From fc3e21282fae2b5b44c59e56e1fc4958915bd817 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Aug 2023 20:48:31 -0400 Subject: [PATCH] doc: PG 16 relnotes, move createuser and SCM items Reported-by: Noah Misch Discussion: https://postgr.es/m/20230805230847.GA1370050@rfd.leadboat.com Backpatch-through: 16 only --- doc/src/sgml/release-16.sgml | 66 ++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 4b50bc67ce5..cbffde80ad6 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -160,21 +160,6 @@ Remove pg_walinspect functions pg_get_wal_records_info_till_end_of_wal() and pg_ - - - - -Remove libpq support for SCM credential authentication (Michael Paquier) - - - -Backend support for this authentication method was removed in PostgreSQL 9.1. - - - - - - -Deprecate createuser option --role (Nathan Bossart) - - - -This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality. -The --role option can still be used. - - - + + + +Deprecate createuser option --role (Nathan Bossart) + + + +This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality. +The --role option can still be used. + + + + + + +Remove libpq support for SCM credential authentication (Michael Paquier) + + + +Backend support for this authentication method was removed in PostgreSQL 9.1. + + +