Re: PGDOCS - add more links in the pub/sub reference pages

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PGDOCS - add more links in the pub/sub reference pages
Date: 2023-10-09 04:32:11
Message-ID: CAA4eK1J0d0j6EFo+jhyqii98dsKaHMvhyQxTCOeiihgb_GEH3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 6, 2023 at 12:15 PM Peter Smith <smithpb2250(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-10-09 04:37:13 Re: Making aggregate deserialization (and WAL receive) functions slightly faster
Previous Message David Rowley 2023-10-09 04:28:47 Re: Making aggregate deserialization (and WAL receive) functions slightly faster