On Mon, Jan 09, 2006 at 03:35:47PM +, Jiri Klepac wrote:
> I was tryiing to disable trigger for specific table. ALTER TABLE tbl DISABLE
> TRIGGER trg_name;
> This is well documented in manual for ALTER TABLE command.
Are you sure you're looking at the documentation for the version
you're runni
The following bug has been logged online:
Bug reference: 2157
Logged by: Jiri Klepac
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0
Operating system: win2000
Description:Disabling trigger
Details:
I was tryiing to disable trigger for specific table. ALTER