Re: Duplicate user in pg_shadow - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: Duplicate user in pg_shadow
Date
Msg-id 3FA09595.5020905@familyhealth.com.au
Whole thread Raw
In response to Re: Duplicate user in pg_shadow  (CHEWTC@ap.nec.com.sg)
List pgsql-performance
> I tried to delete the user from the pg_user but couldnt. This username is
> being duplicated so we have the same 2 records.
>
> What is the cause ? Is it due to memory or wrong configuration?

Maybe it's an index corruption issue.

Try reindexing the pg_shadow table, based on the instructions here:

http://www.postgresql.org/docs/7.3/static/sql-reindex.html

Chris



pgsql-performance by date:

Previous
From: CHEWTC@ap.nec.com.sg
Date:
Subject: Re: Duplicate user in pg_shadow
Next
From: Christopher Browne
Date:
Subject: Re: Postgresql vs OS compatibility matrix