pgsql: docs: update libpq's PQputCopyData and PQputCopyEnd

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: update libpq's PQputCopyData and PQputCopyEnd
Date: 2015-01-22 18:30:13
Message-ID: E1YEMWD-0000Bw-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: update libpq's PQputCopyData and PQputCopyEnd

Clarify the meaning of libpq return values for PQputCopyData and
PQputCopyEnd, particularly in non-blocking mode.

Report by Robert Haas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b04d69161354f7cfc3d8153b67145dbebc4a4698

Modified Files
--------------
doc/src/sgml/libpq.sgml | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-01-22 20:03:19 pgsql: Tweak BRIN minmax operator class
Previous Message Bruce Momjian 2015-01-22 18:09:16 Re: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO