Dropping OID column

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Dropping OID column
Date: 2003-01-16 18:41:44
Message-ID: 1042742502.33765.51.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

What is the preferred syntax:

ALTER TABLE .. DROP COLUMN oid;

or

ALTER TABLE .. SET WITHOUT OIDS;
--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2003-01-16 18:59:01 Re: Dropping OID column
Previous Message Daniel Kalchev 2003-01-16 18:41:33 Re: Indexes