Re: pgadmin 3 - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: pgadmin 3
Date
Msg-id 20040722002404.GF20162@svana.org
Whole thread Raw
In response to Re: pgadmin 3  (Mike G <mike@thegodshalls.com>)
List pgsql-general
On Wed, Jul 21, 2004 at 12:06:09AM -0500, Mike G wrote:
> OID could be used for primary key I suppose.  To use as a foreign key
> you would manually have to somehow copy the value in table A and
> insert into B.  AFAIK system generated OIDS are unique to each table.

WRONG. OIDs are not guarenteed unique. They are not suitable for
primary keys. They will wrap eventually. They are not indexed in any
way unless you create an index yourself.

Use serials from primary keys, much safer...
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL - display different data
Next
From: Grant McLean
Date:
Subject: Re: Locking with foreign key constraints