No title
Started by Alex Lauabout 24 years ago2 messageshackers
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