> 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