Re: How to drop column ?

From: "Alam Surya" <alam_surya(at)telkom(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to drop column ?
Date: 2003-04-13 10:51:49
Message-ID: 001901c301aa$b0d4a5a0$9b00a8c0@itcsa
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How to drop column ?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 -----
From: Vitali Djatsuk
To: pgsql-general(at)postgresql(dot)org
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"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-04-13 14:21:00 Re: Q about transactions
Previous Message Martijn van Oosterhout 2003-04-13 07:16:49 Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)