doc: Clarify refresh options for DROP PUBLICATION
authorDaniel Gustafsson <[email protected]>
Wed, 15 Sep 2021 07:54:45 +0000 (09:54 +0200)
committerDaniel Gustafsson <[email protected]>
Wed, 15 Sep 2021 07:54:45 +0000 (09:54 +0200)
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 <[email protected]>
Reviewed-by: Amit Kapila <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Reviewed-by: Peter Smith <[email protected]>
Discussion: https://postgr.es/m/CAD21AoCm1wJ3A8Q9EmBjRbShYkJ+o+Oa_z9O0hvwhvhUa2BSyg@mail.gmail.com
Backpatch-through: 14

doc/src/sgml/ref/alter_subscription.sgml

index 9e51395a612fa5407c7ce5e4b7e342cad1c5061b..bec5e9c483f439636358848372c4ad9fb0424266 100644 (file)
@@ -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>