[HACKERS] Get Object?

2002-03-20 Thread Alex Lau
This is the c code section and sql section that I need for casting Object reference column If anyone know there is an internal one is already build, please let me know. If not I'm just wondering we can put that into the src. This will allow all object reference column to cast back as oid like

[HACKERS]

2002-04-02 Thread Alex Lau
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 ---(en