Thread: Bug #962: can't drop column

Bug #962: can't drop column

From
pgsql-bugs@postgresql.org
Date:
oscar nugroho (oscarnugroho@telkom.net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
can't drop column

Long Description
i using postgres 7.3 and i found problem with drop column and how to create triggers that connect another database
server?.  


Sample Code
for example :

alter table sample drop column columns;

that code can't work fine.
i'am sorry about my english language.
i hopefull you can fix it at next realese.
bye.

No file was uploaded with this report

Re: Bug #962: can't drop column

From
"A.Bhuvaneswaran"
Date:
> 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