Обсуждение: COPY as non super user

Поиск
Список
Период
Сортировка

COPY as non super user

От
Jaume Teixi
Дата:
how should I use " COPY arti FROM 'ARTI.txt' USING DELIMITERS '|' " as normal user ?

Re: [ADMIN] COPY as non super user

От
Bruno Wolff III
Дата:
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: COPY as non super user

От
Bruce Momjian
Дата:
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?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
  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