dumping - Search results in mailing lists
Mailing lists >> pgsql-docs >> Thread
2025-03-10 20:24:54 | pg_dump/pg_restore exit status codes (PG Doc comments form)
dump`/`pg_restore` CLI commands ever use non-zero exit status codes, and if so when
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2024-09-19 20:06:21 | Re: The option was not described: connection-option (Eugen Konkov)
dump -d 'postgresql://postgres@host.internal?sslmode=require' --create --clean --if-exists mydb pg_dump: error: too many
Mailing lists >> pgsql-docs >> Thread
2024-08-28 10:27:03 | May be not exclusive locks, but access exclusive locks? (PG Doc comments form)
dump could cause the dump to fail. End cite As far as I can understand
Mailing lists >> pgsql-docs >> Thread
2024-08-26 23:16:05 | Examples Missing (PG Doc comments form)
dump. I was looking for example for on-conflict-do-nothing, and rows-per-insert
Mailing lists >> pgsql-docs >> Thread >> Search in thread (4)
2024-05-29 23:11:34 | Avoid too prominent use of "backup" on pg_dump man page (Peter Eisentraut)
dump as their primary backup tool, when better solutions exist. The pg_dump man page
Mailing lists >> pgsql-docs >> Thread
2024-02-02 19:41:03 | Re: Missing information on '-X' in section 26.3.6.1. (David G. Johnston)
dump backup. We already have a chapter that does this - the previous one named "File
Mailing lists >> pgsql-docs >> Thread
2023-11-29 22:18:20 | Restore to a new database from a backup (.tar) generated from (PG Doc comments form)
dump it in a .tar file: pg_dump -p 5433 -U postgres -W -F t x > C:\pgBackups
Mailing lists >> pgsql-docs >> Thread
2023-09-19 00:02:51 | Re: Documentation does not mention that basebackup could not be used on newer major version (Michael Paquier)
dump and pg_basebackup at version N are able to work with a backend version
Mailing lists >> pgsql-docs >> Thread >> Search in thread (5)
2023-05-16 14:14:45 | Re: pg_basebackup application does not dump all database objects (Stephen Frost)
Greetings, * PG Doc comments form (noreply@postgresql.org) wrote: ... that's not actually a backup. Doing the
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2022-11-22 21:28:10 | Re: crosstab documentation should add a note about use in materialized views (Bruce Momjian)
dump restore breakage?
--
Bruce Momjian
Mailing lists >> pgsql-docs >> Thread
2022-10-17 10:21:50 | manual entry pg_restore (PG Doc comments form)
This is not to addresse the dump file you want to restore. best regards Gunnar
Mailing lists >> pgsql-docs >> Thread
2022-09-23 02:17:16 | Re: Documentation on pgdump(1) uses "regular expression" instead of "psql pattern" (Tom Lane)
dump all schemas whose names start with east or west and end in gsm, excluding
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2022-09-06 08:15:14 | pg_dump: regular expression notation for tables (PG Doc comments form)
dump page mentions: https:///docs/current/app-pgdump.html#PG-DUMP-EXAMPLES == To dump all schemas whose names start with east or west
Mailing lists >> pgsql-docs >> Thread
2022-07-14 23:42:43 | Re: "Restore" vs. "Reload" (Bruce Momjian)
dump in "To reload an archive file" and similar cases. In those cases, restoring a script
Mailing lists >> pgsql-docs >> Thread >> Search in thread (6)
2022-05-31 16:04:40 | Re: Can we still dump version 7? (Daniel Westermann (DWE))
dump programs can read data from any supported version of PostgreSQL. You can expect the last