On Apr 24, 2013, at 6:14 AM, Bill Moran <wmoran(at)potentialtech(dot)com> wrote:
>>>
>
> Write your own client that uses the copy interface to
> load a file from wherever and send it to the server.
>
> Or just use the one built in to psql, as Jasen suggested.
>
I am using "copy to" to write data from the db out to csv files. The psql suggestion of using \copy worked like a charm.