Re: OID

From: Michelle Konzack <linux(dot)mailinglists(at)freenet(dot)de>
To: "Chris Boget" <chris(at)wild(dot)net>
Cc: "PGSql Novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: OID
Date: 2003-01-22 02:57:21
Message-ID: 3.0.6.16.20030122045721.558f11d6@pop3.01019freenet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • OID at 2003-01-20 14:28:22 from Chris Boget

Browse pgsql-novice by date

  From Date Subject
Next Message Michelle Konzack 2003-01-22 03:00:20 Re: OID
Previous Message Sumaira Ali 2003-01-22 02:44:18 locking mechanism