pgsql: Doc: add see-also references to CREATE PUBLICATION. - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Doc: add see-also references to CREATE PUBLICATION.
Date
Msg-id E1mnKFG-0006HR-4a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: add see-also references to CREATE PUBLICATION.

The "See also" section on the reference page for CREATE PUBLICATION
didn't match the cross references on CREATE SUBSCRIPTION and their
ALTER counterparts. Fixed by adding an xref to the CREATE and ALTER
SUBSCRIPTION pages.  Backpatch down to v10 where CREATE PUBLICATION
was introduced.

Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/CAHut+PvGWd3-Ktn96c-z6uq-8TGVVP=TPOkEovkEfntoo2mRhw@mail.gmail.com
Backpatch-through: 10

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6ecaefa95aca44673b1a28b5b132182ebd583f7a

Modified Files
--------------
doc/src/sgml/ref/create_publication.sgml | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Doc: add see-also references to CREATE PUBLICATION.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Doc: add see-also references to CREATE PUBLICATION.