Re: Bug #962: can't drop column

From: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
To: oscarnugroho(at)telkom(dot)net, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #962: can't drop column
Date: 2003-05-02 09:07:55
Message-ID: Pine.LNX.4.44.0305021435480.3040-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-05-02 16:13:52 Bug #963: Weird plpython trigger(?) behaviour in 7.3.2
Previous Message pgsql-bugs 2003-05-02 07:56:12 Bug #962: can't drop column