Re: How to drop column ? - Mailing list pgsql-general

From Alam Surya
Subject Re: How to drop column ?
Date
Msg-id 001901c301aa$b0d4a5a0$9b00a8c0@itcsa
Whole thread Raw
In response to How to drop column ?  ("Vitali Djatsuk" <Vitali.Djatsuk@MicroLink.ee>)
List pgsql-general
you have to write like this :
 
ALTER TABLE palk DROP COLUMN tempcol;
 
to clearly you can see the postgresql manual with : \h alter table
 
best regards
 
Alam Surya   
----- Original Message -----
Sent: Saturday, April 12, 2003 6:02 PM
Subject: [GENERAL] How to drop column ?

Hi ALL,

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



pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)
Next
From: "Ben-Nes Michael"
Date:
Subject: Q about transactions