From cbcc9cf3e490d8bc59c1524df226f971e44e0d59 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 17 Nov 2021 13:34:41 +0100 Subject: [PATCH] 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 --- doc/src/sgml/ref/create_publication.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index 62a5fd432e6..ab44445d159 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -214,6 +214,8 @@ CREATE PUBLICATION insert_only FOR TABLE mydata + + -- 2.39.5