Alter TABLE with Postgres 7.2

From: small(dot)witch(at)gmx(dot)de
To: pgsql-novice(at)postgresql(dot)org
Subject: Alter TABLE with Postgres 7.2
Date: 2004-01-11 18:39:12
Message-ID: 16258.1073846352@www43.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I tried to remove a column by using the command
ALTER TABLE tablename REMOVE COLUMN column1

But I got a message: "error: not yet implemented"
Is that correct? The command is in the documentation, how can it be not
implemented?

Can you help me?

Greetings,
SW

--
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Allan Berger 2004-01-11 18:46:45 Re: One big database or little separate ones?
Previous Message hodges 2004-01-11 17:27:09 Re: date comparison between perl and postgres