diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index f18018693e..6fc35bc0c1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -2509,20 +2509,23 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName); - Parameters reported as of the current release include - server_version, - server_encoding, - client_encoding, - application_name, - default_transaction_read_only, - in_hot_standby, - is_superuser, - session_authorization, - DateStyle, - IntervalStyle, - TimeZone, - integer_datetimes, and - standard_conforming_strings. + Parameters reported as of the current release include: + + application_name + client_encoding + DateStyle + default_transaction_read_only + in_hot_standby + integer_datetimes + IntervalStyle + is_superuser + scram_iterations + server_encoding + server_version + session_authorization + standard_conforming_strings + TimeZone + (server_encoding, TimeZone, and integer_datetimes were not reported by releases before 8.0; standard_conforming_strings was not reported by releases @@ -2532,7 +2535,8 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName); 9.0; default_transaction_read_only and in_hot_standby were not reported by releases before - 14.) + 14; scram_iterations was not reported by releases + before 16.) Note that server_version, server_encoding and diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 5dff07110d..b7ab0cdc69 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1314,20 +1314,23 @@ SELCT 1/0; At present there is a hard-wired set of parameters for which - ParameterStatus will be generated: they are - server_version, - server_encoding, - client_encoding, - application_name, - default_transaction_read_only, - in_hot_standby, - is_superuser, - session_authorization, - DateStyle, - IntervalStyle, - TimeZone, - integer_datetimes, and - standard_conforming_strings. + ParameterStatus will be generated. They are: + + application_name + client_encoding + DateStyle + default_transaction_read_only + in_hot_standby + integer_datetimes + IntervalStyle + is_superuser + scram_iterations + server_encoding + server_version + session_authorization + standard_conforming_strings + TimeZone + (server_encoding, TimeZone, and integer_datetimes were not reported by releases before 8.0; standard_conforming_strings was not reported by releases @@ -1337,7 +1340,8 @@ SELCT 1/0; 9.0; default_transaction_read_only and in_hot_standby were not reported by releases before - 14.) + 14; scram_iterations was not reported by releases + before 16.) Note that server_version, server_encoding and