From: Daniel Gustafsson Date: Wed, 17 Nov 2021 12:34:41 +0000 (+0100) Subject: Doc: add see-also references to CREATE PUBLICATION. X-Git-Tag: REL_15_BETA1~1176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3374a87b62cc553fa65f57ade019dcf3104ae639;p=thirdparty%2Fpostgresql.git 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 Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/CAHut+PvGWd3-Ktn96c-z6uq-8TGVVP=TPOkEovkEfntoo2mRhw@mail.gmail.com Backpatch-through: 10 --- diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index ca01d8c29bc..4aeb0c88313 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -302,6 +302,8 @@ CREATE PUBLICATION sales_publication FOR ALL TABLES IN SCHEMA marketing, sales; + +