Skip to content

Commit 3374a87

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 303d4eb commit 3374a87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/ref/create_publication.sgml

+2
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ CREATE PUBLICATION sales_publication FOR ALL TABLES IN SCHEMA marketing, sales;
302302
<simplelist type="inline">
303303
<member><xref linkend="sql-alterpublication"/></member>
304304
<member><xref linkend="sql-droppublication"/></member>
305+
<member><xref linkend="sql-createsubscription"/></member>
306+
<member><xref linkend="sql-altersubscription"/></member>
305307
</simplelist>
306308
</refsect1>
307309
</refentry>

0 commit comments

Comments
 (0)