Re: [GENERAL] COPY to question

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [GENERAL] COPY to question
Дата
Msg-id CAFj8pRCyC0r1gLgp7u-hGkz-3gUR7ftPcJ1nY+1Lwe1cbO46aw@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] COPY to question  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general


2017-01-17 19:23 GMT+01:00 Rich Shepard <rshepard@appl-ecosys.com>:
  Running -9.6.1. I have a database created and owned by me, but cannot copy
a table to my home directory. Postgres tells me it cannot write to that
directory. The only way to copy tables to files is by doing so as the
superuser (postgres).

  Why is this, and can I change something so I, as a user, can copy tables
directly to ~/?

You cannot to use server side COPY for writing directly to client side directory.

If you use psql console, and there is client side backslash COPY statement. There you can write anywhere on client side, where you have a access.

\COPY table TO ~/xxx.dta 

is valid there.

Regards

Pavel 
 


Rich


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: [GENERAL] COPY to question [ANSWERED]
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: [GENERAL] COPY to question