Re: pg_dump bug fixing - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: pg_dump bug fixing
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pg_dump bug fixing  (Tom Lane <[email protected]>)
List pgsql-hackers
On Mon, 2 Aug 2004, Tom Lane wrote:

> Josh Berkus <[email protected]> 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: [email protected]           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