Skip to content

Commit fc3e212

Browse files
committed
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
1 parent 0752461 commit fc3e212

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,6 @@ Remove pg_walinspect functions pg_get_wal_records_info_till_end_of_wal() and pg_
160160
</para>
161161
</listitem>
162162

163-
<!--
164-
Author: Michael Paquier <michael@paquier.xyz>
165-
2023-03-17 [98ae2c84a] libpq: Remove code for SCM credential authentication
166-
-->
167-
168-
<listitem>
169-
<para>
170-
Remove libpq support for SCM credential authentication (Michael Paquier)
171-
</para>
172-
173-
<para>
174-
Backend support for this authentication method was removed in PostgreSQL 9.1.
175-
</para>
176-
</listitem>
177-
178163
<!--
179164
Author: David Rowley <drowley@postgresql.org>
180165
2023-02-15 [5352ca22e] Rename force_parallel_mode to debug_parallel_query
@@ -262,24 +247,6 @@ permission. For example, they can now change the CREATEDB, REPLICATION, and BYP
262247
</para>
263248
</listitem>
264249

265-
<!--
266-
Author: Nathan Bossart <nathan@postgresql.org>
267-
2023-05-21 [2dcd1578c] Rename some createuser options.
268-
Author: Nathan Bossart <nathan@postgresql.org>
269-
2023-05-23 [381d19b3e] Document deprecated createuser option.
270-
-->
271-
272-
<listitem>
273-
<para>
274-
Deprecate createuser option --role (Nathan Bossart)
275-
</para>
276-
277-
<para>
278-
This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
279-
The --role option can still be used.
280-
</para>
281-
</listitem>
282-
283250
<!--
284251
Author: Peter Eisentraut <peter@eisentraut.org>
285252
2023-01-26 [37e267335] Don't install postmaster symlink anymore
@@ -2414,6 +2381,24 @@ Specifically, the new options control the valid-until date, bypassing of row-lev
24142381
</para>
24152382
</listitem>
24162383

2384+
<!--
2385+
Author: Nathan Bossart <nathan@postgresql.org>
2386+
2023-05-21 [2dcd1578c] Rename some createuser options.
2387+
Author: Nathan Bossart <nathan@postgresql.org>
2388+
2023-05-23 [381d19b3e] Document deprecated createuser option.
2389+
-->
2390+
2391+
<listitem>
2392+
<para>
2393+
Deprecate createuser option --role (Nathan Bossart)
2394+
</para>
2395+
2396+
<para>
2397+
This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
2398+
The --role option can still be used.
2399+
</para>
2400+
</listitem>
2401+
24172402
<!--
24182403
Author: Andrew Dunstan <andrew@dunslane.net>
24192404
2022-07-31 [7781f4e3e] Add - -schema and - -exclude-schema options to vacuumdb.
@@ -2744,6 +2729,21 @@ Remove support for M68K, M88K, M32R, and SuperH CPU architectures (Thomas Munro)
27442729
</para>
27452730
</listitem>
27462731

2732+
<!--
2733+
Author: Michael Paquier <michael@paquier.xyz>
2734+
2023-03-17 [98ae2c84a] libpq: Remove code for SCM credential authentication
2735+
-->
2736+
2737+
<listitem>
2738+
<para>
2739+
Remove libpq support for SCM credential authentication (Michael Paquier)
2740+
</para>
2741+
2742+
<para>
2743+
Backend support for this authentication method was removed in PostgreSQL 9.1.
2744+
</para>
2745+
</listitem>
2746+
27472747
<!--
27482748
Author: Andres Freund <andres@anarazel.de>
27492749
2022-09-21 [e6927270c] meson: Add initial version of meson based build system

0 commit comments

Comments
 (0)