aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2021-09-15 09:54:45 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2021-09-15 09:54:45 +0200
commit379591fecf7c1011b72ddc0ffceae7a3f18b8320 (patch)
treedbf2ffab2d0103e1d5927c23421ad76a755dedc4
parente03b807e12bbb72d53ed53502dfb2c1e063e467c (diff)
downloadpostgresql-379591fecf7c1011b72ddc0ffceae7a3f18b8320.tar.gz
postgresql-379591fecf7c1011b72ddc0ffceae7a3f18b8320.zip
doc: Clarify refresh options for DROP PUBLICATION
The available refresh options are specified as refresh_options under REFRESH PUBLICATION, and DROP PUBLICATION itself has an option named refresh. Clarify what we mean by refresh options to avoid confusion. Backpatch through v14 where ALTER SUBSCRIPTION ... DROP PUBLICATION was introduced. Author: Masahiko Sawada <sawada.mshk@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Reviewed-by: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/CAD21AoCm1wJ3A8Q9EmBjRbShYkJ+o+Oa_z9O0hvwhvhUa2BSyg@mail.gmail.com Backpatch-through: 14
-rw-r--r--doc/src/sgml/ref/alter_subscription.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml
index 9e51395a612..bec5e9c483f 100644
--- a/doc/src/sgml/ref/alter_subscription.sgml
+++ b/doc/src/sgml/ref/alter_subscription.sgml
@@ -134,8 +134,9 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
</varlistentry>
</variablelist>
- Additionally, refresh options as described
- under <literal>REFRESH PUBLICATION</literal> may be specified.
+ Additionally, the options described under
+ <literal>REFRESH PUBLICATION</literal> may be specified, to control the
+ implicit refresh operation.
</para>
</listitem>
</varlistentry>