dumping - Search results in mailing lists

2024-12-05 21:40:46 | Re: Clarification Needed on PostgreSQL Version Upgrade (Steve Midgley)

dump, copy, and restore everything. Do that process over and over from prod to staging

2024-09-04 01:14:40 | Re: Powerfailure caused a reduction in INSERT performance of version 12 database. (Frank Komsic)

dump (iirc "-F c" will dump in custom/native format), install the SAME version of postgres

2024-06-26 11:08:24 | Re: struggling with GRANT while upgrading from 13 to 16 (Axel Rau)

dump --version pg_dump (PostgreSQL) 13.15 Axel --- PGP-Key: CDE74120 ☀ mobile: +49 160 7568212 computing

2024-02-22 10:42:08 | PG_DUMP ERROR (Cars Jeeva)

dump) but it got failed.pg_dump: error: query failed: ERROR: could not load library

2024-02-07 23:30:17 | Re: POSTGRES 15 - CONSTRAINT TRIGGER CREATION (Tom Lane)

dump scripts to modern FK constraints. That bore the following comments: * Convert legacy (pre-7.3) CREATE

2023-08-08 22:17:21 | Re: Very odd message (Erik Brandsberg)

dumps or look for error logs. On Tue, Aug 8, 2023, 6:14 PM Shaozhong

2023-06-22 23:07:21 | Re: Strange update behaviour (ProfiVPS Support)

dumps, removed foreign key and such stuff: https:///rju4eD9n And here is the function: https:///vM2MvGug

2021-08-19 05:12:30 | Re: Backup Functions (David G. Johnston)

dump it does not include all functions. -- PostgreSQL database dump -- Dumped from database version 11.10 -- Dumped

2021-08-18 10:18:57 | Re: Is there any way to invoke Java API from PostgreSQL (aditya desai)

dump/restore. Regards, Aditya. On Fri, Aug 13, 2021 at 10:10 PM Steve Midgley

2021-01-19 18:41:48 | Re: Bring to dead tuples to alive (Craig Jackson)

dump to avoid this problem in the future. Regards, Craig On Tue, Jan 19, 2021 at 10:37 AM Roberto

2020-04-30 22:15:19 | Re: pg_dump fails when a table is in ACCESS SHARE MODE (Viral Shah)

dump fails with the following error: pg_dump: [archiver (db)] query failed: ERROR: out of shared

2019-10-10 15:20:14 | Re: pg_dump compatibility level / use create view instead of create table/rule (Tom Lane)

dump it that way */ viewinfo->relkind = 'r'; /* RELKIND_RELATION */ After that, pg_dump *doesn't* know

2019-09-18 11:39:39 | Unexpected behaviour since Windows 1903 Update (Koorsen, Andre)

dumping it with pg_dump. After the update no backups seem to be created and the logs

2019-09-09 15:07:22 | Re: How do I enabled Windows 10 to be able to run PSQL etc (Steve Midgley)

Dump my databases, if I can - Backup whatever work I have on a usb stick

2019-01-23 22:03:19 | AW: Back-out V10 upgrade but keep new data (Sonnenberg-Carstens, Stefan)

dump at the PG 10 regularly and feed it into PG 9 if it becomes