We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
mikecaat
kiskk
yanmeisun
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: