diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-09-15 09:54:45 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-09-15 09:54:45 +0200 |
commit | 6e6adbddbce1391ffb676ce9779f24c25a6a9f09 (patch) | |
tree | fad3269d9d77e4d261f0e0ee49ce4c21e5d8bae1 | |
parent | 0eff10a008447bc6f6594547e2fc04756849eaed (diff) | |
download | postgresql-6e6adbddbce1391ffb676ce9779f24c25a6a9f09.tar.gz postgresql-6e6adbddbce1391ffb676ce9779f24c25a6a9f09.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.sgml | 5 |
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 acccde9b74f..220b0de2aff 100644 --- a/doc/src/sgml/ref/alter_subscription.sgml +++ b/doc/src/sgml/ref/alter_subscription.sgml @@ -126,8 +126,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> |