oid

Started by Toomas Gavrilinalmost 25 years ago3 messagesgeneral
Jump to latest
#1Toomas Gavrilin
toomas@aetec.ee

Sorry if my question sounds stupid, but ...
Is there any way to get rid of postgres automatic generation of
system attribute column 'oid'? The problem is, that we've used for years
in our system tables attribute called oid (could be described as
varbit(16)), since there hasn't been any problems with other database
platforms.

best,
toomas.

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Toomas Gavrilin (#1)
Re: oid

Toomas Gavrilin writes:

Is there any way to get rid of postgres automatic generation of
system attribute column 'oid'?

No.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter

#3Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: Toomas Gavrilin (#1)
Re: oid

On Thu, 19 Apr 2001, Toomas Gavrilin wrote:

Sorry if my question sounds stupid, but ...
Is there any way to get rid of postgres automatic generation of
system attribute column 'oid'? The problem is, that we've used for years
in our system tables attribute called oid (could be described as
varbit(16)), since there hasn't been any problems with other database
platforms.

I don't believe so. There's been some talk about making oid optional
on tables in the future (although that might not free up the name).