Re: CREATE PUBLICATION should "See Also" CREATE SUBSCRIPTION

Masahiko Sawada <sawada.mshk@gmail.com>

From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-17T08:24:55Z
Lists: pgsql-hackers
On Tue, Nov 16, 2021 at 10:21 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 15 Nov 2021, at 23:29, Peter Smith <smithpb2250@gmail.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.

+1

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/



Commits

  1. Doc: add see-also references to CREATE PUBLICATION.