pg_bulkload
pg_bulkload copied to clipboard
High speed data loading utility for PostgreSQL
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:  I want as follows: 
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:...