Re: A better COPY?

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: A better COPY?
Дата
Msg-id C96623CF-89CF-4CA3-96D8-4B67EE11B197@gmail.com
обсуждение исходный текст
Ответ на A better COPY?  (Tim Uckun <timuckun@gmail.com>)
Список pgsql-general
On 26 Feb 2012, at 23:54, Tim Uckun wrote:

> The main reason I am not using COPY right now is because postgres will
> not allow unprivileged users to issue the COPY from FILENAME.  The
> only way I could get around this would be to shell out psql or
> something but I dont really want to do that.

Use COPY from STDIN and supply the contents of the file after that.

Alban Hertroys

--
The scale of a problem often equals the size of an ego.



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

Предыдущее
От: Tim Uckun
Дата:
Сообщение: A better COPY?
Следующее
От: Dmytrii Nagirniak
Дата:
Сообщение: Re: Optimise PostgreSQL for fast testing