doc: Make logical replication examples executable in bulk and legal sgml.
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-05-03T16:02:36Z
Lists: pgsql-hackers
Attachments
- v1-0001-doc-Make-logical-replication-examples-executable-in-.patch (text/x-patch) patch v1-0001
While responding to a "our documentation is buggy" complaint I got annoyed in my attempt to reproduce the behavior by having to surgically copy line-by-line the DDL and DML code involved. Let's strive for a more copy-paste friendly example setup. No prompts and no interspersed command tags (they are ok if the script is one block and the output is another). In passing, the examples use < 5 and >= 5 in expressions - which in theory are supposed to require the use of < and > entities...or enclosure in a CDATA construct. The latter seems preferable. David J.
Commits
-
Doc: Make logical replication examples executable in bulk.
- 3bcb554fd215 18.0 landed