diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-11-17 13:34:41 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-11-17 13:34:41 +0100 |
commit | 3374a87b62cc553fa65f57ade019dcf3104ae639 (patch) | |
tree | abea03702053c88d4fd9b7ec2890dfcaf0c3f6c4 | |
parent | 303d4eb1c548f1d0821e168a6e7c7e9bd02c8088 (diff) | |
download | postgresql-3374a87b62cc553fa65f57ade019dcf3104ae639.tar.gz postgresql-3374a87b62cc553fa65f57ade019dcf3104ae639.zip |
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
-rw-r--r-- | doc/src/sgml/ref/create_publication.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
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; <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> |