Re: BUG #5259: the table name double

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5259: the table name double
Дата
Msg-id 15920.1262627724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5259: the table name double  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-bugs
Craig Ringer <craig@postnewspapers.com.au> writes:
> On 4/01/2010 2:26 PM, David wrote:
>> the table name double,why?

> How about some information?

A reasonable bet is that the pg_namespace row for "public" has gotten
duplicated (either in reality, or there's an extra index entry for it).
Which would cause the join in psql's \dp query to show tables in that
schema twice.  So what I'd like to see is the output of
    select ctid,xmin,xmax,nspname from pg_namespace;

Also the exact backend version, as you previously mentioned.

A quick look through the 8.0.x CVS history shows at least one
long-since-fixed bug that could have resulted in duplicate rows or
duplicate index entries.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5260: Postgre crashed unexpectedly
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5258: Unique and foreign key constraints fail on columns with reserved names, but not check constraints