BUG #11991: dangerous action of pg_dump

From: tomek(at)rai(dot)pl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11991: dangerous action of pg_dump
Date: 2014-11-17 21:42:11
Message-ID: 20141117214211.2475.5375@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: 11991
Logged by: Tomasz Kimaczynski
Email address: tomek(at)rai(dot)pl
PostgreSQL version: 9.2.9
Operating system: Windows 2003,2008,2012 & FreeBSD
Description:

Recently, I realized pg_dump dangerous activity. In case when no dump is
made because of any error, created file size is 0 bytes. In case when this
file is used in simple backup procedure which make copy of dump file - 0
bytes files overwrite earlier correct dump files.
And we have no copies.
Conclusion: pg_dump can not create 0 bytes files - it should create
nothing.
I think it's important.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G Johnston 2014-11-18 01:55:44 Re: BUG #11990: Installation of OPM
Previous Message bricklen 2014-11-17 21:08:08 Re: BUG #11990: Installation of OPM