Delete column

From: Setyo Nugroho <snugroho(at)gmx(dot)net>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Delete column
Date: 2002-11-12 09:56:58
Message-ID: 1037095019.3405.10.camel@see03
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,
I failed to delete a column of a table, using these:

db=# ALTER TABLE route DELETE COLUMN plan;
db=# ALTER TABLE route DROP COLUMN plan;

Adding a column using ALTER TABLE etc .. is possible, what about
deleting it ?

Any help would highly be appreciated.

Regards,
Setyo Nugroho

Browse pgsql-novice by date

  From Date Subject
Next Message Henshall, Stuart - Design & Print 2002-11-12 09:57:33 Re: Delete column
Previous Message Manfred Koizar 2002-11-12 09:28:46 Re: SQL