pg_bulkload icon indicating copy to clipboard operation
pg_bulkload copied to clipboard

High speed data loading utility for PostgreSQL

Results 48 pg_bulkload issues
Sort by recently updated
recently updated
newest added

To support PostgreSQL v15 - Change the Function name. RelationOpenSmgr→RelationGetSmgr - add nbtsort-15.c - add new test to check UNIQUE NULLS DISTINCT - update the github workflows version

Is there anyway to support extended string for the delimiter as the copy command supports this. ``` delimiter = E'\x05' ```

We are using OL 7.8, would this work? if so, where could I get requirements and installation steps please? Thanks in advance.

I have csv file like `text:text` without quotes. I haven't found a way to load it into var char (50) because `malformed array literal`. Is there a way to do...

i use pg_bulkload-VERSION3_1_19.tar.gz execute "make installcheck" ,get " 1 of 10 tests failed. " for test load_function [postgres@pg pg_bulkload-VERSION3_1_19]$ make installcheck Makefile:33: warning: overriding recipe for target `check' /opt/pg13/lib/postgresql/pgxs/src/makefiles/pgxs.mk:433: warning:...

hi I use benchmarksql generate data and Consistency checking,but i find one problem if i use this opition "WRITE=PARALLEL ", the result is wrong. Can you help me ? The...

In issues #118 ,hould skip things instead of reporting errors

Data already exists in the table,BT index not a page。 results of enforcement: ![image](https://user-images.githubusercontent.com/77974799/145795185-d6512f0b-a371-4995-98b4-bdf0539ff754.png) I want as follows: ![image](https://user-images.githubusercontent.com/77974799/145795468-a47e3c38-172b-4ef4-a2b5-7ac592a22303.png)

At the end of a pg_bulkload operation many warnings are generated about temporary file leaks: ``` $ pg_bulkload ref.txt.ctl --dbname xxxx --host xxxx --port 5432 --username load < ref.txt Password:...

help wanted