BUG #8097: pg_dump incomplete data output

From: wouter(dot)boasson(at)rivm(dot)nl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8097: pg_dump incomplete data output
Date: 2013-04-19 11:01:04
Message-ID: E1UT93w-0003tc-Lp@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8097
Logged by: Wouter Boasson
Email address: wouter(dot)boasson(at)rivm(dot)nl
PostgreSQL version: 9.1.9
Operating system: Scientific Linux 6.1 32bit
Description:

pg_dump produces incomplete data dumps for large tables in directory mode
(-Fd).
The maximum output file size seems to be 2147483647 bytes (2GB), when
setting --compress=0 the output seems to be complete (uncompressed size 5GB
and 20GB).
When making the dump, no error is displayed, which makes this a dangerous
bug in disaster recovery scenario's, only when restoring error's are
displayed (incomplete/no data).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message catherine.devlin 2013-04-19 12:09:21 BUG #8098: Bad option -I in contrib/start-scripts/linux
Previous Message visionsw 2013-04-19 04:31:24 BUG #8096: unable to create language PLl/TCL