Re: Alter TABLE with Postgres 7.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: small(dot)witch(at)gmx(dot)de
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Alter TABLE with Postgres 7.2
Date: 2004-01-11 20:02:28
Message-ID: 18335.1073851348@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

small(dot)witch(at)gmx(dot)de writes:
> 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?

You must be reading 7.3 or 7.4 documentation.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-01-11 20:15:36 Re: Get error during initdb
Previous Message Allan Berger 2004-01-11 18:46:45 Re: One big database or little separate ones?