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


---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to