From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: Make logical replication examples executable in bulk. |
Date: | 2025-05-26 05:36:02 |
Message-ID: | E1uJQVF-0005WX-2C@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Doc: Make logical replication examples executable in bulk.
To improve the usability of logical replication examples, we need to
enable bulk copy-pasting of DML/DDL series.
Currently, output command tags and prompts disrupt this workflow. While
prompts are typically removed, converting them to comments is acceptable
here, given the multi-server context.
Additionally, ensure all examples containing operators like < and > are
wrapped in CDATA blocks to guarantee correct rendering and consistency
with other places.
Author: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAKFQuwbhbL1uaDTuo9shmo1rA-fX6XGotR7qZQ7rd-ia5ZDoQA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3bcb554fd2154d2d9b25e942970163e581d0d5fc
Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 449 ++++++++++++++--------------------
1 file changed, 177 insertions(+), 272 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-05-26 08:29:04 | pgsql: Fix race condition in subscription TAP test 021_twophase |
Previous Message | Fujii Masao | 2025-05-26 03:54:11 | pgsql: doc: Fix documenation for snapshot export in logical decoding. |