From: Bruce Momjian Date: Thu, 10 Aug 2023 00:48:31 +0000 (-0400) Subject: doc: PG 16 relnotes, move createuser and SCM items X-Git-Tag: REL_16_RC1~53 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fc3e21282fae2b5b44c59e56e1fc4958915bd817;p=postgresql.git 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 --- 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. + + +