e.g.
--Create table t(a int) with oids;
--create unique index it on t(oid);
--insert 4G-16384 rows into t;
--insert into t values(1);
    As all oids has been used, GetNewObjectId will never find a usable Oid, 
so..... 



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to