diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index ea7e7da9d42..4bc5bf31927 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