Re: [HACKERS] COPY as non super user
You can't because the backend opens that file as the super-user. You can use \copy in psql as an normal user, though. --- Jaume Teixi wrote: > how should I use " COPY arti FROM 'ARTI.txt' USING DELIMITERS '|' " as normal u
[HACKERS] COPY as non super user
how should I use " COPY arti FROM 'ARTI.txt' USING DELIMITERS '|' " as normal user ? ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html