![]() |
sponsored links |
|
|
sponsored links
|
|
1
21st April 09:37
External User
Posts: 1
|
I have a problem to populate a database with the copy command
my write command are: The pgsql server answer the following: Thank you for your atention Alain Hermosilla ahermosi@lonquensur.cl ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
|
|
|
2
21st April 09:37
External User
Posts: 1
|
COPY runs as the owner of the backend process, not of the client. You
can either give the backend owner permission to read the file or psql \copy, which runs locally. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |
|