Re: How to drop column ?

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Vitali Djatsuk <Vitali(dot)Djatsuk(at)MicroLink(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to drop column ?
Date: 2003-04-12 11:17:49
Message-ID: Pine.LNX.4.44.0304121417070.3666-100000@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

On Sat, 12 Apr 2003, Vitali Djatsuk wrote:

> ALTER TABLE palk DELETE COLUMN tempcol;
> ERROR: parser: parse error at or near "DELETE"

ALTER TABLE palk DROP COLUMN tempcol;

Regards,
--
Devrim GUNDUZ
devrim(at)gunduz(dot)org devrim(dot)gunduz(at)linux(dot)org(dot)tr
http://www.gunduz.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-04-12 15:27:21 Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit
Previous Message Shridhar Daithankar 2003-04-12 11:17:42 Re: How to drop column ?