... - Mailing list pgsql-hackers

From Alex Lau
Subject ...
Date
Msg-id 3CA33D8D.3090806@dpcgroup.com
Whole thread Raw
Responses Re:  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
CREATE TABLE mytesting ( dosnotmatter text );

CREATE INDEX myunique ON mytesting oid;

will this help to make sure the oid is unique? and is that right?
if in fact the oid roll over, and insertation fail. Will reinsert  get 
an new oid or the same oid retry.
Alex




pgsql-hackers by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Dblink and ISDN
Next
From: Bruce Momjian
Date:
Subject: Re: Contrib update