Re: no more pg_dump cause of multiple declared database??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bboett(at)erm1(dot)u-strasbg(dot)fr (Bruno Boettcher)
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: no more pg_dump cause of multiple declared database??
Date: 2001-05-09 14:53:13
Message-ID: 20548.989419993@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

bboett(at)erm1(dot)u-strasbg(dot)fr (Bruno Boettcher) writes:
> fibu=# \l
> List of databases
> Database | Owner | Encoding
> -----------+----------+-----------
> admin | www | SQL_ASCII
> fibu | bboett | SQL_ASCII
> fibu | hordemgr | SQL_ASCII
> horde | www | SQL_ASCII
> template0 | postgres | SQL_ASCII
> template1 | postgres | SQL_ASCII
> (6 rows)

> how can this be?

You have multiple users registered in pg_shadow with the same usesysid.

Alter the usesysid of the one you don't want to own that database.
(You will then have to find the objects he *should* own, and fix
their owner ID values...)

There should be a unique index on pg_shadow.usesysid, but due to an
old oversight there isn't. Fixing this is on the TODO list.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Issurdatt, Portia CECOM RDEC STCD SRC 2001-05-09 18:38:14 Information passing, Perl, Unix and Postgresql Database
Previous Message BOUCHPAN-LERUST-JUERY Lionel 2001-05-09 12:25:15 Re: General ISA and Foreign Key