Re: How to drop column ?

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to drop column ?
Date: 2003-04-12 11:17:42
Message-ID: 200304121647.42306.shridhar_daithankar@nospam.persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 12 April 2003 16:32, you wrote:
> Hi ALL,
>
> ALTER TABLE palk DELETE COLUMN tempcol;
> ERROR: parser: parse error at or near "DELETE"

That is alter table drop column

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2003-04-12 11:17:49 Re: How to drop column ?
Previous Message Vitali Djatsuk 2003-04-12 11:02:48 How to drop column ?