From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add XML ID attributes to create_subscription.sgml. |
Date: | 2023-03-29 04:39:20 |
Message-ID: | E1phNag-000GPC-S1@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add XML ID attributes to create_subscription.sgml.
Commit ecb696527c added an XML ID attribute to one varlistentry in
create_subscription.sgml. Following 78ee60ed84, this commit adds XML ID
attributes to all varlistentries in create_subscription.sgml.
Additionally, links are added to refer to the subscription options,
enhancing the readability of documents.
Author: Kuroda Hayato
Reviewed-by: Peter Smith, Amit Kapila
Discussion: https://postgr.es/m/TYAPR01MB58667AE04D291924671E2051F5879@TYAPR01MB5866.jpnprd01.prod.outlook.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/de5a47af2d8003dee123815bb7e58913be9a03f3
Modified Files
--------------
doc/src/sgml/config.sgml | 5 ++--
doc/src/sgml/logical-replication.sgml | 41 +++++++++++++++++++------------
doc/src/sgml/ref/alter_subscription.sgml | 37 ++++++++++++++++------------
doc/src/sgml/ref/create_subscription.sgml | 30 +++++++++++-----------
doc/src/sgml/ref/pg_dump.sgml | 6 ++---
5 files changed, 67 insertions(+), 52 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-03-29 05:38:08 | pgsql: Avoid syncing data twice for the 'publish_via_partition_root' op |
Previous Message | Tomas Vondra | 2023-03-29 00:37:14 | pgsql: pg_dump: Fix gzip compression of empty data |