about the copy command

From: Yue Wang <dawning126(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: about the copy command
Date: 2014-04-25 07:24:42
Message-ID: CAFBPqrbNCtp1s+z__c8gtp2gYPgzzF+GspugKJPycJsT2LP+aA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I read this http://www.postgresql.org/docs/8.4/static/libpq-copy.html
I want to send the copy command and then send the data directly. the server
don't send the PGRES_COPY_IN to the client.

While receive the copy in command, the server already know how to do. so
the server begin to receive data directly.

While receive the copy to command, the server already know how to do. so
the server begin to send data directly. And the client receive data
directly.

So I want to delete the send of PGRES_COPY_IN or PGRES_COPY_OUT.

wait for your answers, thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message matthias.trauffer 2014-04-25 10:54:37 unexpected data offset flag 0
Previous Message Hengky Liwandouw 2014-04-25 07:19:27 Re: Return and sql tuple descriptions are incompatible