Re: an already existing alter table drop column ?!?!?!

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: an already existing alter table drop column ?!?!?!
Date: 2001-09-21 17:15:09
Message-ID: Pine.BSF.4.21.0109211012520.89005-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Fri, 21 Sep 2001, Gowey, Geoffrey wrote:

> While looking through the code I found an already existing alter table drop
> column in src/backend/parser/gram.y. However, when I try to run it in psql
> it comes back with a not implemented. Was the left hand not talking to the
> right hand when this was coded or is there more to this?

IIRC, it was not enabled pending further discussion of the behavior.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Horák Daniel 2001-09-21 17:27:10 Re: Further CVS errors
Previous Message Alex Pilosov 2001-09-21 17:10:50 Re: cvsup trouble