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.g.johns...@gmail.com> Reviewed-by: Peter Smith <smithpb2...@gmail.com> Discussion: https://postgr.es/m/cakfquwbhbl1uadtuo9shmo1ra-fx6xgotr7qzq7rd-ia5zd...@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(-)