pgsql: doc: Fix PQsslAttribute docs for compression - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix PQsslAttribute docs for compression
Date
Msg-id E1oeD7k-000Gnj-I8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix PQsslAttribute docs for compression

The compression parameter to PQsslAttribute has never returned the
compression method used, it has always returned "on" or "off since
it was added in commit 91fa7b4719ac. Backpatch through v10.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/B9EC60EC-F665-47E8-A221-398C76E382C9@yesql.se
Backpatch-through: v10

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a3de685013e7f3c0bf624e037a5569c0d5f8f0c2

Modified Files
--------------
doc/src/sgml/libpq.sgml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix PQsslAttribute docs for compression
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix PQsslAttribute docs for compression