Thread: Re: [HACKERS] Well, then you keep your darn columns (oid)

Re: [HACKERS] Well, then you keep your darn columns (oid)

From
Zeugswetter Andreas SB
Date:
> If it is now a general opinion that OIDs will remain, it 
> should be stated somewhere,
> as I suspect that much of pg community operates under the 
> impression that they are 
> going away in future as have some other nice but not fully 
> developed features like time travel.

I think the concesus was, that the feature would stay, but that 
you would have to specify on a per table basis that oid's
are wanted.

create table foo (bar char(16)) with oids;

Andreas