pgsql: Update PQparameterStatus and ParameterStatus docs - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Update PQparameterStatus and ParameterStatus docs
Date
Msg-id E1rXmd6-0057ky-JP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update PQparameterStatus and ParameterStatus docs

Cover scram_iterations, which was added in commit b577743000cd.  While
at it, turn the list into a <simplelist> with 2 columns, which is much
nicer to read.

In master, remove mentions of antediluvian versions before which some
parameters were not reported.

Noticed while investigating a question by Maiquel Grassi.

Backpatch to 16.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://postgr.es/m/202401301236.mc5ebrohhtsd@alvherre.pgsql

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17f3196599303abbfc605f5ea5c5e314ce856e38

Modified Files
--------------
doc/src/sgml/libpq.sgml    | 34 +++++++++++++++++++---------------
doc/src/sgml/protocol.sgml | 34 +++++++++++++++++++---------------
2 files changed, 38 insertions(+), 30 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
Next
From: Nathan Bossart
Date:
Subject: pgsql: Remove Start* macros in postmaster.c.