pgsql: doc: Fix PQsslAttribute docs for compression

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix PQsslAttribute docs for compression
Date: 2022-09-30 10:18:58
Message-ID: E1oeD6f-000Glh-DQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/B9EC60EC-F665-47E8-A221-398C76E382C9@yesql.se
Backpatch-through: v10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51fd7cdfd07d49223c82f8bbdf37866c81c62908

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-09-30 10:19:37 pgsql: doc: Fix PQsslAttribute docs for compression
Previous Message Michael Paquier 2022-09-30 06:58:49 pgsql: Remove useless argument from UnpinBuffer()