RE: OID as Primary Key

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема RE: OID as Primary Key
Дата
Msg-id Pine.BSF.4.21.0103220906270.41849-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на RE: OID as Primary Key  ("Jonas Bengtsson" <jonas.b@home.se>)
Ответы RE: OID as Primary Key
Список pgsql-general
You can create indexes on them. It's specifically
a limitation in the fk related code.  IIRC, there
were a couple of places in the triggers that
would fail on execution if you tried to reference
oid, so it now fails on creation rather than
execution of constraints.  There are a bunch
of things that need to get done to those triggers
anyway, so possibly for 7.2.

On Thu, 22 Mar 2001, Jonas Bengtsson wrote:

> But why doesn't PostgreSQL complain when a create a unique index on oid? I
> think it is quite confusing..


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Foreign keys/unique values and views
Следующее
От: "Jonas Bengtsson"
Дата:
Сообщение: RE: OID as Primary Key