Commit 6e6adbdd authored by Daniel Gustafsson's avatar Daniel Gustafsson

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: default avatarAmit Kapila <amit.kapila16@gmail.com>
Reviewed-by: default avatarPeter Eisentraut <peter.eisentraut@enterprisedb.com>
Reviewed-by: default avatarPeter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAD21AoCm1wJ3A8Q9EmBjRbShYkJ+o+Oa_z9O0hvwhvhUa2BSyg@mail.gmail.com
Backpatch-through: 14
parent 0eff10a0
...@@ -126,8 +126,9 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO < ...@@ -126,8 +126,9 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
</varlistentry> </varlistentry>
</variablelist> </variablelist>
Additionally, refresh options as described Additionally, the options described under
under <literal>REFRESH PUBLICATION</literal> may be specified. <literal>REFRESH PUBLICATION</literal> may be specified, to control the
implicit refresh operation.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment