pg_basebackup application does not dump all database objects

2023-05-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/app-pgbasebackup.html Description: Hello! It would be good to point out on the pg_basebackup documentation that it behaves differently from SELECT * FROM pg_start_backup('label', true, f

Re: pg_basebackup application does not dump all database objects

2023-05-16 Thread Stephen Frost
Greetings, * PG Doc comments form (nore...@postgresql.org) wrote: > It would be good to point out on the pg_basebackup documentation that it > behaves differently from > > SELECT * FROM pg_start_backup('label', true, false); > cp -a xxx yyy > SELECT * FROM pg_stop_backup(false, true); ... that's