diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4c16f75b350..bc68c4f616f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -2254,9 +2254,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name); compression - If SSL compression is in use, returns the name of the compression - algorithm, or "on" if compression is used but the algorithm is - not known. If compression is not in use, returns "off". + Returns "on" if SSL compression is in use, else it returns "off".