From dce4544414bda6738fbec501b504d831d918defa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 Sep 2023 11:27:29 -0400 Subject: [PATCH] doc: PG 16 relnotes: improve wording of promote_trigger item Reported-by: Dave Page Author: Dave Page Backpatch-through: 16 only --- doc/src/sgml/release-16.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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().