Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > What I meant is - does it handle dropping a non-system 'oid' column? > ie. A user column that just happens to be named 'oid'.
If you have one (implying that you don't have a system OID column) then "DROP COLUMN oid" will drop it, but "SET WITHOUT OIDS" will not. Okay with you? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html