Re: Avoid too prominent use of "backup" on pg_dump man page

2024-07-30 Thread Peter Eisentraut
On 31.05.24 10:24, Laurenz Albe wrote: On Thu, 2024-05-30 at 08:21 +0200, Daniel Gustafsson wrote: No objections to using export over backup, but it does make the use of "restore" feel awkward as that's generally an operation on a backup and not an export. -    least one schema/table in the

Re: incorrect (incomplete) description for "alter domain"

2024-07-30 Thread Peter Eisentraut
On 29.07.24 17:17, Tom Lane wrote: I wrote: I think the page is technically correct, but I'm inclined to duplicate this text from the CREATE DOMAIN page: where domain_constraint is: [ CONSTRAINT constraint_name ] { NOT NULL | NULL | CHECK (expression) } rather than

Re: pg_createsubscriber clarification

2024-07-30 Thread Euler Taveira
On Sun, Jul 28, 2024, at 1:17 PM, Masahiko Sawada wrote: > I think the term "synchronization phase" comes from the description in > "29.8.1. Initial Snapshot" section[1]. Yes. > https://www.postgresql.org/docs/17/logical-replication-architecture.html#LOGICAL-REPLICATION-SNAPSHOT > > How about th