Re: Using new copy libpq functions on a v2 protocol backend - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Using new copy libpq functions on a v2 protocol backend
Date
Msg-id 200503230237.j2N2bJ928779@candle.pha.pa.us
Whole thread Raw
In response to Re: Using new copy libpq functions on a v2 protocol backend  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne wrote:
> >> If I use PQgetCopyData, PQputCopyData and PQputCopyEnd against a v2 
> >> protocol backend, will it work?
> >>
> >> I see no mention of it in the docs...
> 
> OK, my testing proves that they work just fine against an older server, 
> so no problem.
> 

OK, what is the TODO?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Using new copy libpq functions on a v2 protocol backend
Next
From: Russell Smith
Date:
Subject: Re: locks in CREATE TRIGGER, ADD FK