On Fri, Oct 6, 2023 at 12:15 PM Peter Smith <smithpb2...@gmail.com> wrote: > > Here is a patch to add the 2 missing references: > > ref/alter_subscription.sgml ==> added more ids > ref/alter_publication.sgml ==> added link to > "sql-altersubscription-refresh-publication" > ref/drop_subscription.sgml ==> added link to "sql-altersubscription" >
- <varlistentry> + <varlistentry id="sql-altersubscription-new-owner"> <term><replaceable class="parameter">new_owner</replaceable></term> <listitem> <para> @@ -281,7 +281,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO < </listitem> </varlistentry> - <varlistentry> + <varlistentry id="sql-altersubscription-new-name"> <term><replaceable class="parameter">new_name</replaceable></term> <listitem> Shall we append 'params' in the above and other id's in the patch. For example, sql-altersubscription-params-new-name. The other places like alter_role.sgml and alter_table.sgml uses similar id's. Is there a reason to be different here? -- With Regards, Amit Kapila.