Re: pg_dumpall storing multiple copies of DB's? - Mailing list pgsql-general

From Bill McGonigle
Subject Re: pg_dumpall storing multiple copies of DB's?
Date
Msg-id B497E910-2B45-11D6-A7FD-003065C4643E@medicalmedia.com
Whole thread Raw
In response to Re: pg_dumpall storing multiple copies of DB's?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dumpall storing multiple copies of DB's?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wednesday, February 27, 2002, at 12:08 , Tom Lane wrote:

> If you happen to have multiple entries in pg_shadow with the same
> usesysid, then the SELECT will generate multiple rows for the matching
> databases.
>
> 7.2 has a unique index on pg_shadow.usesysid, so hopefully this failure
> mode is a thing of the past now.  In the meantime, get rid of the extra
> pg_shadow entries and dump again.

Just checked pg_shadow, and each usesysid is unique.  In pg_database,
every datlastsysoid is the same, 18539 - is that OK?

-Bill


pgsql-general by date:

Previous
From: Bill McGonigle
Date:
Subject: Re: pg_dumpall storing multiple copies of DB's?
Next
From: Tom Lane
Date:
Subject: Re: pg_dumpall storing multiple copies of DB's?