Christopher Kings-Lynne wrote:
> > Oh, if we do that, do we disallow connecting to older servers?
> 
> Not at all, since the logic would be like this:
> 
> if we have new copy functions
>    and we have protocol version function
>      and protocol version >= 3
>        then use new copy functions
> else
>    use old copy functions
> 
> That would be even simpler if someone would answer my question about the 
> new copy functions working on a pre v3 server.  (I'm setting up to test 
> that atm)

I just talked to Christopher via IM. He says the new fuctions work with
older server, and pg_dump always uses the libpq version that shipped
with that version (or a newer one) so we have for TODO added:

       o Update pg_dump and psql to use the new COPY libpq API


-- 
  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, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to