Re: pg_dump bug fixing - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: pg_dump bug fixing
Date
Msg-id 20040802193800.F89314@ganymede.hub.org
Whole thread Raw
In response to Re: pg_dump bug fixing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 2 Aug 2004, Tom Lane wrote:

> Josh Berkus <josh@agliodbs.com> writes:
>> Problem:  the script which dumps globals such as users (pg_dumpall -g)
>> involves deleting *all* users from the pg_shadow table via a direct update to
>> that table.
>
> AFAICS that happens only if you've specified the -c (--clean) option.
> Hence, I don't think it's a bug.

Is --clean a new option?  Cause I've had the same thing happen to us also 
... thank god for backups :)

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pg_dump bug fixing
Next
From: Jeff Davis
Date:
Subject: Re: Open items