Re: [GENERAL] about the copy command

2014-04-26 Thread Tom Lane
Yue Wang writes: > 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 se

[GENERAL] about the copy command

2014-04-26 Thread Yue Wang
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 d