How to copy csv data in PostgreSQL WITHOUT superuser access and cannot use any shell command?

30 views Asked by At

For some reasons, we have to use commands that are not shell commands (so \copy or psql cannot be used). And if we use normal copy command, the superuser access will prevent it.

I expect it would copy data to the database properly.

0

There are 0 answers