Re: BUG #2103: System column oid is not unique

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2103: System column oid is not unique
Дата
Msg-id 13827.1134146081@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2103: System column oid is not unique  ("wangshj" <wangshj@sduept.com>)
Список pgsql-bugs
"wangshj" <wangshj@sduept.com> writes:
> Description:        System column oid is not unique

There isn't, and never has been nor will be, any promise that it is,
except to the extent that uniqueness is enforced by a unique index
on a particular table.  OID is just a kind of serial sequence generator.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2104: pg_xlog/ trace files not reclaimed by server
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2101: Postmaster Crash Using PL/PgSQL With %TYPE on Non-Exisiting Column