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

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: PGDOCS - add more links in the pub/sub reference pages
Дата
Msg-id CAA4eK1J0d0j6EFo+jhyqii98dsKaHMvhyQxTCOeiihgb_GEH3w@mail.gmail.com
обсуждение исходный текст
Ответ на PGDOCS - add more links in the pub/sub reference pages  (Peter Smith <smithpb2250@gmail.com>)
Ответы Re: PGDOCS - add more links in the pub/sub reference pages
Список pgsql-hackers
On Fri, Oct 6, 2023 at 12:15 PM Peter Smith <smithpb2250@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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Making aggregate deserialization (and WAL receive) functions slightly faster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Making aggregate deserialization (and WAL receive) functions slightly faster