-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On Mon, 27 Oct 2003 [EMAIL PROTECTED] 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:
*******************************************
[EMAIL PROTECTED]:test=# SELECT version();
version
-
---------------------------------------------------------------------------------------------------------
PostgreSQL 7.3.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2
20030222 (Red Hat Linux 3.2.2-5)
(1 row)
[EMAIL PROTECTED]:test=# ALTER TABLE institution drop column name;
ALTER TABLE
*******************************************
Maybe you should upgrade your PostgreSQL.
Regards,
- --
Devrim GUNDUZ
[EMAIL PROTECTED] [EMAIL PROTECTED]
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-----
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match