Re: COPY command

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

Re: COPY command

От:
Alan Hodgson <ahodgson@simkin.ca>
Дата:
On Thursday, August 26, 2010, Tom Lane  wrote:
> 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

DBD::Pg has been able to do it for quite a while.

Re: COPY command

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Mladen Gogala  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

COPY command

От:
Mladen Gogala <mgogala@vmsinfo.com>
Дата:
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?

-- 
 
Mladen Gogala 
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com 
The Leader in Integrated Media Intelligence Solutions



Re: COPY command

От:
Mladen Gogala <mgogala@vmsinfo.com>
Дата:
Alan Hodgson wrote:
> On Thursday, August 26, 2010, Tom Lane  wrote:
>   
>> 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
>>     
>
> DBD::Pg has been able to do it for quite a while.
>
>   
I should remember to read the manuals. Thank you very, very much!

-- 
 
Mladen Gogala 
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com 
The Leader in Integrated Media Intelligence Solutions



FAQ