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

From: "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: an already existing alter table drop column ?!?!?!
Date: 2001-09-21 16:32:16
Message-ID: E15F4B031E17D5118B18009027F67927DAEB@SERVER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

Geoff

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-09-21 16:49:36 pg_ctl needs a SIGHUP option
Previous Message Thomas Lockhart 2001-09-21 15:49:03 Re: cvsup trouble