Re: psql and COPY BINARY - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: psql and COPY BINARY
Date
Msg-id 200512171440.jBHEeMs05342@candle.pha.pa.us
Whole thread Raw
In response to Re: psql and COPY BINARY  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Andreas Pflug <pgadmin@pse-consulting.de> writes:
> > Examining why psql won't do sensible stuff with COPY BINARY, I realized 
> > that psql still uses PQgetline, which is marked obsolete since 7.4.
> > Is this intentional or just a "never reviewed because it works"? 
> 
> There wasn't any obvious bang for the buck in rewriting it.

We have a TODO:
       o Update pg_dump and psql to use the new COPY libpq API  (Christopher)

--  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: Volkan YAZICI
Date:
Subject: Re: number of loaded/unloaded COPY rows
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Automatic function replanning