Re: Error with DROP column

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: Error with DROP column
Дата
Msg-id Pine.LNX.4.44.0310272143340.19831-100000@emo.org.tr
обсуждение исходный текст
Ответ на Error with DROP column  (mohan@physics.gmu.edu)
Список 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 по дате отправления:

Предыдущее
От: Tomasz Myrta
Дата:
Сообщение: Re: Error with DROP column
Следующее
От: Alexander Vlasenko
Дата:
Сообщение: Re: extend INSERT by 'INSERT INTO table FETCH ... FROM cursor' syntax