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
-
Doc: add see-also references to CREATE PUBLICATION.
- df9e65b85464 13.6 landed
- cbcc9cf3e490 10.20 landed
- 6ecaefa95aca 11.15 landed
- 51d4213689ff 14.2 landed
- 3374a87b62cc 15.0 landed
- 02bf176109e7 12.10 landed