Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Date: 2003-01-16 18:41:01
Message-ID: Pine.LNX.4.44.0301161940360.789-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Rod Taylor writes:

> Code for WITHOUT OIDS.

Why not ALTER TABLE x DROP COLUMN oid?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-01-16 18:41:48 Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Previous Message Neil Conway 2003-01-16 18:35:53 Re: fix for PL/PgSQL segfault