pgsql: Doc: add see-also references to CREATE PUBLICATION.

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Doc: add see-also references to CREATE PUBLICATION.
Дата
Msg-id E1mnKE2-0006Eb-4A@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3374a87b62cc553fa65f57ade019dcf3104ae639

Modified Files
--------------
doc/src/sgml/ref/create_publication.sgml | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix incorrect format placeholders
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Doc: add see-also references to CREATE PUBLICATION.