Re: 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: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-05-16T01:40:55Z
Lists: pgsql-hackers
On Thu, May 15, 2025, 19:28 Peter Smith <smithpb2250@gmail.com> wrote: > > > doesn't help bulk execution at all because the result gets in the way > so you'll still end up surgically copying each SELECT. Since it fixes > nothing I assumed you just commented the SELECT prompts for > consistency with the other ones, right? > Only mostly for consistency. Being able to select entire lines and not have to precision place the cursor at column 7 to avoid the prompt means the comment for select has a usability aspect. David J.
Commits
-
Doc: Make logical replication examples executable in bulk.
- 3bcb554fd215 18.0 landed