Skip to content

Commit 6ecaefa

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 40fb634 commit 6ecaefa

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
@@ -214,6 +214,8 @@ CREATE PUBLICATION insert_only FOR TABLE mydata
214214
<simplelist type="inline">
215215
<member><xref linkend="sql-alterpublication"/></member>
216216
<member><xref linkend="sql-droppublication"/></member>
217+
<member><xref linkend="sql-createsubscription"/></member>
218+
<member><xref linkend="sql-altersubscription"/></member>
217219
</simplelist>
218220
</refsect1>
219221
</refentry>

0 commit comments

Comments
 (0)