Re: [GENERAL] What does this mean ?

1999-06-26 Thread Adam Haberlach
On Fri, Jun 25, 1999 at 05:01:29PM +0100, Mario Jorge Nunes Filipe wrote: > Thomas Reinke wrote: > > > > You have already started a transaction and haven't yet > > finished it. > > > > E.g. > > > > psql template; > > BEGIN; > > BEGIN; > > Not that i don't believe you but i think that in

Re: [GENERAL] Questions regarding OID

1999-06-26 Thread Anonymous
Each record has an oid, which is assured to be unique in that database. Thus you can use it for your purpose, I believe. To fine the oid with any record, just: SELECT oid,* from mytable; The OID is always there, and you don't have to add it - you just don't see it uless you specifically ask