Chris Sutton wrote: > > I would like to use the oid as a unique key for a table but in creating > a test table and playing around with inserts, things don't seem to be > working as I thought they would. > > Where am I going wrong? There is a hidden column named 'oid'. Try "select oid, desc from test". Regards, Ed Loehr P.S.: An alternative approach worthy of consideration is to use a SEQUENCE object and possibly the SERIAL type.
- [GENERAL] OID question Chris Sutton
- [GENERAL] OID Question Ed Loehr
- [GENERAL] OID Question Terry Lee Tucker
- Re: [GENERAL] OID Question Stephan Szabo
- Re: [GENERAL] OID Question Uwe C. Schroeder
- Re: [GENERAL] OID Question Bruno Wolff III
- Re: [NOVICE] [GENERAL] OID Question Geoffrey
- Re: [NOVICE] [GENERAL] OID Questio... Martijn van Oosterhout
- Re: [NOVICE] [GENERAL] OID Questio... Bruno Wolff III
- Re: [NOVICE] [GENERAL] OID Questio... Frank Bax
- Re: [GENERAL] OID Question Richard Huxton
- Re: [GENERAL] OID Question Terry Lee Tucker