Re: Question on oid's - Mailing list pgsql-novice

From PG Explorer
Subject Re: Question on oid's
Date
Msg-id 001b01c1e00d$32f68d20$c80ba8c0@sabex.com
Whole thread Raw
In response to Question on oid's  ("Juliet May" <jmay@speark.com>)
List pgsql-novice
Dont use OID's when your table has a huge amount of data.
ie +2147483647 records.
then your oid will roll over and will not be usefull.
 
 
 
----- Original Message -----
Sent: Tuesday, April 09, 2002 10:36 PM
Subject: [NOVICE] Question on oid's

My first question is about oid's. What are they exactly and when should/shouldn't I use them. I had trouble finding any information on them in either the online documentation or the online books. I'm using pgadmin to develop my database and I noticed that once I select or don't select oid that I can't change my mind.
 
Thanks for you help.
 
Julie

pgsql-novice by date:

Previous
From: "Juliet May"
Date:
Subject: Question on oid's
Next
From: "Josh Berkus"
Date:
Subject: Re: Question on oid's