From: Bruce Momjian Date: Thu, 18 May 2023 22:25:21 +0000 (-0400) Subject: docs: re-order some PG 16 relnotes items X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=07ef30a0282064f688a1923ba5e7c850f2ff5776;p=users%2Frhaas%2Fpostgres.git docs: re-order some PG 16 relnotes items Reported-by: Jonathan Katz --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 2bb67e9993..5261585668 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -1722,17 +1722,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq - - - - -Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones) - - - + + + +Add server variable SYSTEM_USER (Bertrand Drouvot) + + + +This reports the authentication method and its authenticated user. + + + -Add server variable SYSTEM_USER (Bertrand Drouvot) - - - -This reports the authentication method and its authenticated user. +Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones) @@ -2048,6 +2048,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions + + + + +Allow psql to submit queries using the extended query protocol (Peter Eisentraut) + + + +Passing arguments to such queries is done using the new psql \bind command. + + + - - - -Allow psql to submit queries using the extended query protocol (Peter Eisentraut) - - - -Passing arguments to such queries is done using the new psql \bind command. - - -