Re: Duplicate user in pg_shadow

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Duplicate user in pg_shadow
Дата
Msg-id 3FA09595.5020905@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Duplicate user in pg_shadow  (CHEWTC@ap.nec.com.sg)
Список 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 по дате отправления:

Предыдущее
От: CHEWTC@ap.nec.com.sg
Дата:
Сообщение: Re: Duplicate user in pg_shadow
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Postgresql vs OS compatibility matrix