Re: Error with DROP column - Mailing list pgsql-sql

From Devrim GUNDUZ
Subject Re: Error with DROP column
Date
Msg-id Pine.LNX.4.44.0310272143340.19831-100000@emo.org.tr
Whole thread Raw
In response to Error with DROP column  (mohan@physics.gmu.edu)
List pgsql-sql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

On Mon, 27 Oct 2003 mohan@physics.gmu.edu wrote:

> Hi All i am trying to DROP the column but i keep getting this error.
> 
>  ALTER TABLE institution DROP COLUMN name CASCADE;
> ERROR:  ALTER TABLE / DROP COLUMN is not implemented

I think you are using an old version of PostgreSQL. AFAIR this 
functionality was implemented on 7.3. Here is mine:

*******************************************
postgres@[local]:test=# SELECT version();                                                version
- ---------------------------------------------------------------------------------------------------------PostgreSQL
7.3.4on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2 
 
20030222 (Red Hat Linux 3.2.2-5)
(1 row)

postgres@[local]:test=# ALTER TABLE institution drop column name;
ALTER TABLE

*******************************************

Maybe you should upgrade your PostgreSQL.

Regards,
- -- 
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr         http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/nXbYtl86P3SPfQ4RAqScAKDsSSSG7KYiM/TnBRguaG5hRF6MIACgwbfu
ZdGWzsBbtu486c0BreFFlmA=
=hFr5
-----END PGP SIGNATURE-----



pgsql-sql by date:

Previous
From: Tomasz Myrta
Date:
Subject: Re: Error with DROP column
Next
From: Alexander Vlasenko
Date:
Subject: Re: extend INSERT by 'INSERT INTO table FETCH ... FROM cursor' syntax