Re: COPY command

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY command
Дата
Msg-id 28441.1282853620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COPY command  (Mladen Gogala <mgogala@vmsinfo.com>)
Ответы Re: COPY command  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-novice
Mladen Gogala <mgogala@vmsinfo.com> writes:
> Is the copy command using SQL or does it do its magic using some lower
> level mechanism? In short, my question is whether I can somehow use
> something like copy from a Perl script?

COPY to/from the client (as opposed to to/from a file) involves some
special protocol.  If your Perl driver knows how to do COPY, the
answer is yes.

            regards, tom lane

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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: COPY command
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: COPY command