doc: Fix PQsslAttribute docs for compression

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 8fef56229fb411a239b91f732601912c5bfee6bf
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-09-30T10:03:48Z
Releases: 10.23
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

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +1 −3

Documentation touched

Discussion