doc: PG 16 relnotes: improve wording of promote_trigger item
authorBruce Momjian <bruce@momjian.us>
Thu, 21 Sep 2023 15:27:29 +0000 (11:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 21 Sep 2023 15:27:29 +0000 (11:27 -0400)
Reported-by: Dave Page
Author: Dave Page

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 660476e9d4e47cbde291ff8675da8d1918ebd90f..a0a8092120f5452c57e52eed023494d81eda09a9 100644 (file)
@@ -244,7 +244,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
      </para>
 
      <para>
-      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 <link linkend="app-pg-ctl"><literal>pg_ctl
       promote</literal></link> or <link
       linkend="functions-recovery-control-table"><function>pg_promote()</function></link>.