pg_bulkload
pg_bulkload copied to clipboard
must use superuser??
I recently use pg_bulkload to load data to pg, then I found that the tool told me "must be superuser to use pg_bulkload"
I think this is not safe, is there a way to change this?
pg_bulkload can only be used by superuser, Because pg_bulkload modifies files(table,index) directly for fast loading.
We will also add these restrictions(only allowed to superuser) to the manual.