On Tue, Aug 10, 2021 at 6:31 AM Masahiko Sawada <sawada.m...@gmail.com> wrote: > > On Mon, Aug 9, 2021 at 1:01 PM Peter Smith <smithpb2...@gmail.com> wrote: > > > > On Mon, Aug 9, 2021 at 12:46 PM Amit Kapila <amit.kapil...@gmail.com> wrote: > > But "REFRESH PUBLICATION refresh_option" seems wrong in terms of SQL > syntax, not? > > Given there could be multiple options how about using > "<replaceable>refresh_options</replaceable>"? That is, the sentence > will be: > > Additionally, <replaceable>refresh_options</replaceable> as described > under <literal>REFRESH PUBLICATION</literal> may be specified, > except in the case of <literal>DROP PUBLICATION</literal>. >
Normally (at least on this doc page), we use this tag for some defined option, syntax and as refresh_options is none of them, it would look a bit awkward. -- With Regards, Amit Kapila.