Re: Bulk_insert in postgresql like Microsoft SQL server

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Bulk_insert in postgresql like Microsoft SQL server
Дата
Msg-id CAKFQuwYjJ2svQ7hFbtJXY5+KC=wD3hqyfpeD5qLvyq=U8XaRjg@mail.gmail.com
обсуждение исходный текст
Ответ на Bulk_insert in postgresql like Microsoft SQL server  (Devendra Yadav <devendra.857@gmail.com>)
Ответы Re: Bulk_insert in postgresql like Microsoft SQL server
Список pgsql-admin
On Wed, Dec 19, 2018 at 10:29 AM Devendra Yadav <devendra.857@gmail.com> wrote:
> But the case is that, for it to happen it needs superuser permission which

It only requires superuser permission if you ask the server to COPY a
file from the local filesystem.  Developers and programs should be
using client libraries and feeding the data to be copied (in or out)
to the server via the connection (which, for the server, is a
stdin/stdout stream).  psql provides this via \copy - other libraries
have their own methods.

David J.


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

Предыдущее
От: Devendra Yadav
Дата:
Сообщение: Re: Bulk_insert in postgresql like Microsoft SQL server
Следующее
От: Devendra Yadav
Дата:
Сообщение: Re: Bulk_insert in postgresql like Microsoft SQL server