How to drop column ? - Mailing list pgsql-general

From Vitali Djatsuk
Subject How to drop column ?
Date
Msg-id 916488900DA96F4D881F59CCDF522BD20133EF7A@tallinn.microlink.lan
Whole thread Raw
Responses Re: How to drop column ?  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: How to drop column ?  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
List pgsql-general

Hi ALL,

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

pgsql-general by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: Index information and log disable...
Next
From: Devrim GUNDUZ
Date:
Subject: Re: How to drop column ?