Doc: add see-also references to CREATE PUBLICATION.
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 17 Nov 2021 12:34:41 +0000 (13:34 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 17 Nov 2021 12:34:41 +0000 (13:34 +0100)
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

doc/src/sgml/ref/create_publication.sgml

index ca01d8c29bcd5cc439709347e139537e3b81035a..4aeb0c883131a0f033eecd6e165881a116eff647 100644 (file)
@@ -302,6 +302,8 @@ CREATE PUBLICATION sales_publication FOR ALL TABLES IN SCHEMA marketing, sales;
   <simplelist type="inline">
    <member><xref linkend="sql-alterpublication"/></member>
    <member><xref linkend="sql-droppublication"/></member>
+   <member><xref linkend="sql-createsubscription"/></member>
+   <member><xref linkend="sql-altersubscription"/></member>
   </simplelist>
  </refsect1>
 </refentry>