Re: unused_oids? - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: unused_oids?
Date
Msg-id 45B8CE51.6040605@sigaev.ru
Whole thread Raw
In response to unused_oids?  (Gevik Babakhani <pgdev@xs4all.nl>)
List pgsql-hackers
> uuid datatype I use a script for generating catalog entries. I can close> some gaps there if the "masters" are okay
withthis. Are any OIDs> reserved for later or any range can be used in this case?
 

IMHO, better way is to use some high oids ( for example, starting from 8000 ) 
and before committing change they to lowest possible.

Ehan HEAD is under hard development, oids change quickly, so you will need to 
rearrange your oids for each snapshot.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Proposal: allow installation of any contrib module simultaneously with Postgres itself
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Recursive Queries