aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-21 11:27:29 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-21 11:27:29 -0400
commitdce4544414bda6738fbec501b504d831d918defa (patch)
tree99693f794e448213be29c35a06299ef6bacf36c7
parent3e2fe325526279086e7c1cc080d9152185b936a3 (diff)
downloadpostgresql-dce4544414bda6738fbec501b504d831d918defa.tar.gz
postgresql-dce4544414bda6738fbec501b504d831d918defa.zip
doc: PG 16 relnotes: improve wording of promote_trigger item
Reported-by: Dave Page Author: Dave Page Backpatch-through: 16 only
-rw-r--r--doc/src/sgml/release-16.sgml2
1 files changed, 1 insertions, 1 deletions
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 <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>.