From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Gevik Babakhani <pgdev(at)xs4all(dot)nl> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: unused_oids? |
Date: | 2007-01-25 15:35:45 |
Message-ID: | 45B8CE51.6040605@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> uuid datatype I use a script for generating catalog entries. I can close
> some gaps there if the "masters" are okay with this. 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2007-01-25 15:51:36 | Re: crash on 8.2 and cvshead - failed to add item to the |
Previous Message | Peter Eisentraut | 2007-01-25 15:34:19 | Re: Proposal: allow installation of any contrib module simultaneously with Postgres itself |