FAQ 4.15 misleading about uniqueness of OIDs

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-docs(at)postgresql(dot)org
Subject: FAQ 4.15 misleading about uniqueness of OIDs
Date: 2005-01-24 05:10:37
Message-ID: 20050124051036.GA39462@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

FAQ 4.15 "What is an OID? What is a TID?" is misleading about the
uniqueness of OIDs. It does mention the possibility of overflow
(while mentioning that nobody has ever reported it), but it doesn't
discourage their use as primary keys like the documentation does
in, for example, the following sections:

http://www.postgresql.org/docs/8.0/static/datatype-oid.html
http://www.postgresql.org/docs/8.0/static/ddl-system-columns.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2005-01-24 05:28:12 Re: FAQ 4.15 misleading about uniqueness of OIDs
Previous Message Alvaro Herrera 2005-01-24 01:47:03 Re: A Question