dumping - Search results in mailing lists

2025-04-26 15:04:43 | Re: PGDump question/issue (Greg Sabino Mullane)

dump, or just a bunch of ASCII ? Run "file" against it to find out. Im open

2025-01-27 16:18:29 | Insert on conflict do update fails with duplicate rows - there are no duplicates (Pedro Moraes)

resource_date = excluded.resource_date, account_name = excluded.account_name RETURNING * Reproducible dump: https:///d/2d598eff-f7c9-47d2-80d6-7e522ee1688c#ru2TRVilIqQdqmEjr2-_H4z67PHYe2JZAshDErA8umw

2024-09-11 12:19:06 | Oracle -> Pg migration (Laszlo Forro)

dump the Oracle object declarations (create statements in SQL files) and move it to Pg first

2022-08-13 15:10:10 | database encoding migration from a pg_dumpall set (Steve T)

dump of the complete instance and then created a new instance with a UTF-8 encoding

2022-03-14 20:14:55 | Fixing Integrity check errors (flik)

dump the current data (only), start a new project, apply the migrations and loading back

2021-06-04 07:53:20 | NOW() function in combination with SET timezone (Jonas Gassenmeyer)

DUMP() function in Oracle (is there an equivalent that would give me a hint what

2021-06-03 17:01:16 | Database copy (Kim Heckler)

instance/server? If not, I'll use pg_dump and pg_restore to complete the ask. Thank you.

2021-06-02 07:07:59 | Re: New to postgres (hubert depesz lubaczewski)

scratch: 1. pg_dump and pg_restore 2. pg_upgrade 3. pglogical replication Best regards, depesz

2021-05-16 19:01:04 | Re: Loading test data into a PostgreSQL database (Simon Connah)

dump. Having said that I did use JetBrains DataGrip to do the pg_dump so maybe

2021-04-15 13:15:23 | Re: Advice on foreign key and cascading delete design - postgresql 12.6 (Bzzzz)

dump of it, manually edit this dump to only keep what is needed and apply

2021-01-21 01:32:44 | Postgres 12 - Generated Columns - Backup/Restore (Santosh Udupi)

dump to backup the database but when I restore using pg_restore, the generated columns

2020-10-28 11:54:37 | No console output from PostgresSQL binaries on fresh windows install ()

dump, ...). I’ve tested this on multible Windows 10 Pro VM’s (Azure Vm, local

2020-09-15 15:32:17 | Re: Open version 9.3 .out file with version 12 (Keith)

dump there. Then use the pg_dump binary from PG12 to create a new dump

2020-06-12 04:19:26 | postgres user password reset problem (Mike Dewhirst)

established, re-load the dump files and get back into production. Any advice appreciated Thanks Mike

2020-06-07 19:28:24 | Re: pages_in_range for BRIN index (Stephen Frost)

dump can export the data in parallel, etc. Once a partition is known to be 'complete