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

From Alvaro Herrera
Subject pgsql: Update PQparameterStatus and ParameterStatus docs
Date
Msg-id E1rXmd6-0057kx-IA@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
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml    | 43 ++++++++++++++++++++-----------------------
doc/src/sgml/protocol.sgml | 43 ++++++++++++++++++++-----------------------
2 files changed, 40 insertions(+), 46 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.