Re: feature proposal ... - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: feature proposal ...
Date
Msg-id 433202AE.8080605@dunslane.net
Whole thread Raw
In response to Re: feature proposal ...  (Rod Taylor <pg@rbt.ca>)
List pgsql-hackers

Rod Taylor wrote:

>You either have code issuing the commands and collecting the results
>making a standard select just as fast or you are using psql which
>already has multiple display types for SELECT data, including XML
>output, but another could easily be added for CSV style output.
>
>  
>

We have CSV output now and it's produced by the server. psql's \copy is 
in fact just a very thin veneer over the server-side COPY. Besides, we 
might well be using another client - your assertion that if COPY output 
is going to the client it must be psql is simply wrong.

cheers

andrew


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: feature proposal ...
Next
From: Andrew Dunstan
Date:
Subject: 2 forks for md5?