BUG #2157: Disabling trigger

From: "Jiri Klepac" <goofy(at)post(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2157: Disabling trigger
Date: 2006-01-09 15:35:47
Message-ID: 20060109153547.31073F0A32@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2157
Logged by: Jiri Klepac
Email address: goofy(at)post(dot)cz
PostgreSQL version: 8.0
Operating system: win2000
Description: Disabling trigger
Details:

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. But database
answered: ERROR: syntax error at or near "DISABLE" at character 32. It even
don't know DISABLE as a key word.

Kind regards, Jiri Klepac.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Umberto Leandro Kaizer 2006-01-09 17:20:43 BUG #2158: psql
Previous Message Jaime Casanova 2006-01-09 14:55:57 Re: BUG #2144: Domain NOT NULL constraints ignored in rules