From: Robert Haas Date: Wed, 15 Feb 2017 16:03:41 +0000 (-0500) Subject: Document new libpq connection statuses for target_session_attrs. X-Git-Tag: REL_10_BETA1~892 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1330a7d7265577412cae44653a5368172af396c7;p=postgresql Document new libpq connection statuses for target_session_attrs. I didn't realize these would ever be visible to clients, but Michael figured out that it can happen when using asynchronous interfaces such as PQconnectPoll. Michael Paquier --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ea7e7da9d4..4bc5bf3192 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -410,6 +410,24 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn); + + + CONNECTION_CHECK_WRITABLE + + + Checking if connection is able to handle write transactions. + + + + + + CONNECTION_CONSUME + + + Consuming any remaining response messages on connection. + + + Note that, although these constants will remain (in order to maintain