diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 2bb67e9993d..5261585668d 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.
-
-
-