Re: CREATE PUBLICATION should "See Also" CREATE SUBSCRIPTION

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE PUBLICATION should "See Also" CREATE SUBSCRIPTION
Date: 2021-11-16 13:21:39
Message-ID: 03EDD48E-6C57-4E16-9691-CAD97D2F25D2@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 15 Nov 2021, at 23:29, Peter Smith <smithpb2250(at)gmail(dot)com> wrote:

> I noticed recently that the CREATE PUBLICATION docs page [1] does not
> have any "See Also" reference to the CREATE SUBSCRIPTION docs page
> [2].

Nice catch.

> <simplelist type="inline">
> <member><xref linkend="sql-alterpublication"/></member>
> <member><xref linkend="sql-droppublication"/></member>
> + <member><xref linkend="sql-createsubscription"/></member>

To make it analogous with how CREATE/ALTER for SUBSCRIPTION and PUBLICATION
reference each other, there should IMO be another xref to ALTER SUBSCRIPTION as
well.

Unless there are objections, I'll apply that.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-11-16 13:27:05 Re: pg_get_publication_tables() output duplicate relid
Previous Message osumi.takamichi@fujitsu.com 2021-11-16 12:34:11 RE: Failed transaction statistics to measure the logical replication progress