Re: bug in 7.4 SET WITHOUT OIDs - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: bug in 7.4 SET WITHOUT OIDs
Date
Msg-id 4061069E.8030807@familyhealth.com.au
Whole thread Raw
In response to Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>>Will it handle this case:
>>usa=# create table testy (a int4) without oids;
>>usa=# alter table testy add oid int4;
> 
> 
> No.  This is DROP not ADD.

What I meant is - does it handle dropping a non-system 'oid' column? 
ie. A user column that just happens to be named 'oid'.

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: linked list rewrite
Next
From: Tom Lane
Date:
Subject: Re: PANIC: hash table "Shared Buffer Lookup Table" corrupted