Skip to content

Commit 379591f

Browse files
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
1 parent e03b807 commit 379591f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/alter_subscription.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
134134
</varlistentry>
135135
</variablelist>
136136

137-
Additionally, refresh options as described
138-
under <literal>REFRESH PUBLICATION</literal> may be specified.
137+
Additionally, the options described under
138+
<literal>REFRESH PUBLICATION</literal> may be specified, to control the
139+
implicit refresh operation.
139140
</para>
140141
</listitem>
141142
</varlistentry>

0 commit comments

Comments
 (0)