Re: an already existing alter table drop column ?!?!?! - Mailing list pgsql-hackers

From Gowey, Geoffrey
Subject Re: an already existing alter table drop column ?!?!?!
Date
Msg-id E15F4B031E17D5118B18009027F67927DAF9@SERVER
Whole thread Raw
In response to an already existing alter table drop column ?!?!?!  ("Gowey, Geoffrey" <ggowey@rxhope.com>)
Responses Re: an already existing alter table drop column ?!?!?!
List pgsql-hackers
Does this mean that the code is or isn't usable?

Geoff

-----Original Message-----
From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]
Sent: Sunday, September 23, 2001 11:02 PM
To: Stephan Szabo
Cc: Gowey, Geoffrey; pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] an already existing alter table drop column ?!?!?!


Stephan Szabo wrote:
> 
> 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.

As to 'DROP COLUMN', I neglected to remove _DROP_COLUMN_HACK__
stuff which has no meaing now sorry. I would remove it after
the 7.2 release.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Server crash caused by CHECK on child
Next
From: Peter Eisentraut
Date:
Subject: Re: Beta time