Re: OID

Поиск
Список
Период
Сортировка
От Michelle Konzack
Тема Re: OID
Дата
Msg-id 3.0.6.16.20030122045721.558f11d6@pop3.01019freenet.de
обсуждение исходный текст
Ответ на OID  ("Chris Boget" <chris@wild.net>)
Список pgsql-novice
Hello Chris,

Am 08:28 2003-01-20 -0600 hat Chris Boget geschrieben:
>
>Could someone explain what this is and what it's used
>for?  Going through the iDocs, I see that it's short for
>Object Identifier.  But I never saw a clear explanation of
>what it is/used for.

Read: O'Reilly (Practical PostgreSQL) Page 87  ;-))

----------------------------------------------------------------------
On  table management concern can be how to distinguish between two rows
whose collumn values are identical. A very useful PostgreSQL feature is
that every row has its own 'object identifier' number, or OID, which is
unique within that table. In other words, no two rows within the same
table should ever have the same OID. This means that even if a table
were designed in such a way that two rows might be identical, there is
still a programmatic way to discern between them: through the OID.
----------------------------------------------------------------------

I hope this helps
Michelle


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

Предыдущее
От: Andrew McMillan
Дата:
Сообщение: Re: locking mechanism
Следующее
От: Michelle Konzack
Дата:
Сообщение: Re: OID