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 | df9e65b854647aa12607baa6ed8071b02f481a8c (patch) | |
tree | e46f3d552c3724b88a937e3fc79ac32c37f4aa73 | |
parent | 63c3eeddc2db1b939e7f4fa8ad8ad0f3757232b1 (diff) |
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 ff82fbca55b..2c516172917 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -240,6 +240,8 @@ CREATE PUBLICATION insert_only FOR TABLE mydata <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> |