| 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_publication.sgml. |
| Date: | 2023-03-31 03:39:39 |
| Message-ID: | E1pi5c2-000Zof-3C@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add XML ID attributes to create_publication.sgml.
This commit adds XML ID attributes to all varlistentries in
create_publication.sgml. This allows us to include links to refer to
publication options, making documents more readable.
Author: Kuroda Hayato
Reviewed-by: Peter Smith, Amit Kapila
Discussion: https://postgr.es/m/TYAPR01MB58668219FEA4EC231486A433F58E9@TYAPR01MB5866.jpnprd01.prod.outlook.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ed94e8563e036f3b42519f1c3b5ae1361e2a59bf
Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 68 ++++++++++++++++++-------------
doc/src/sgml/ref/alter_publication.sgml | 8 ++--
doc/src/sgml/ref/create_publication.sgml | 14 +++----
doc/src/sgml/ref/create_subscription.sgml | 22 +++++-----
doc/src/sgml/system-views.sgml | 7 ++--
5 files changed, 68 insertions(+), 51 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2023-03-31 08:07:05 | Re: pgsql: SQL/JSON: add standard JSON constructor functions |
| Previous Message | Andres Freund | 2023-03-31 02:49:18 | pgsql: Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 |