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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: v10 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/064e1c879dd28255202e94fdf766f4a98f916858 Modified Files -------------- doc/src/sgml/libpq.sgml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
