Skip to content

Commit df9e65b

Browse files
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
1 parent 63c3eed commit df9e65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/ref/create_publication.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ CREATE PUBLICATION insert_only FOR TABLE mydata
240240
<simplelist type="inline">
241241
<member><xref linkend="sql-alterpublication"/></member>
242242
<member><xref linkend="sql-droppublication"/></member>
243+
<member><xref linkend="sql-createsubscription"/></member>
244+
<member><xref linkend="sql-altersubscription"/></member>
243245
</simplelist>
244246
</refsect1>
245247
</refentry>

0 commit comments

Comments
 (0)