Delete column - Mailing list pgsql-novice

From Setyo Nugroho
Subject Delete column
Date
Msg-id 1037095019.3405.10.camel@see03
Whole thread Raw
List 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



pgsql-novice by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: SQL
Next
From: "Henshall, Stuart - Design & Print"
Date:
Subject: Re: Delete column