Re: Using new copy libpq functions on a v2 protocol backend

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using new copy libpq functions on a v2 protocol backend
Date: 2005-03-23 02:37:19
Message-ID: 200503230237.j2N2bJ928779@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Russell Smith 2005-03-23 02:37:59 Re: locks in CREATE TRIGGER, ADD FK
Previous Message Christopher Kings-Lynne 2005-03-23 02:36:19 Re: Using new copy libpq functions on a v2 protocol backend