From: Bruce Momjian Date: Thu, 21 Sep 2023 15:27:29 +0000 (-0400) Subject: doc: PG 16 relnotes: improve wording of promote_trigger item X-Git-Tag: REL_16_1~125 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=dce4544414bda6738fbec501b504d831d918defa;p=postgresql.git doc: PG 16 relnotes: improve wording of promote_trigger item Reported-by: Dave Page Author: Dave Page Backpatch-through: 16 only --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 660476e9d4e..a0a8092120f 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -244,7 +244,7 @@ Author: Thomas Munro - This was used to promote a standby to primary, but is now easier + This was used to promote a standby to primary, but is now more easily accomplished with pg_ctl promote or pg_promote().