Re: Bug #962: can't drop column - Mailing list pgsql-bugs

From A.Bhuvaneswaran
Subject Re: Bug #962: can't drop column
Date
Msg-id Pine.LNX.4.44.0305021435480.3040-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to Bug #962: can't drop column  (pgsql-bugs@postgresql.org)
List pgsql-bugs
> i using postgres 7.3 and i found problem with drop column and how to
> create triggers that connect another database server ?.

ALTER TABLE my_table DROP COLUMN my_column; -- must drop your column.
Refer contrib/dblink to connect to another database server.

regards,
bhuvaneswaran

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #962: can't drop column
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #963: Weird plpython trigger(?) behaviour in 7.3.2