COPY as non super user
Started by Jaume Teixiabout 23 years ago3 messageshackers
Re: COPY as non super user
On Fri, Jan 31, 2003 at 11:13:04 +0100,
Jaume Teixi <teixi@rocacorbit.com> wrote:
how should I use " COPY arti FROM 'ARTI.txt' USING DELIMITERS '|' " as normal user ?
If you are using psql, use the \copy command.
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 user ?
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
--
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