Re: BUG #2157: Disabling trigger

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Jiri Klepac <goofy(at)post(dot)cz>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2157: Disabling trigger
Date: 2006-01-09 20:38:03
Message-ID: 20060109203803.GA25847@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jan 09, 2006 at 03:35:47PM +0000, 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 running? DISABLE TRIGGER is in the documentation for 8.1
but not for 8.0.

http://www.postgresql.org/docs/8.0/interactive/sql-altertable.html
http://www.postgresql.org/docs/8.1/interactive/sql-altertable.html

--
Michael Fuhr

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Henry B. Hotz 2006-01-10 00:30:08 BUG #2159: Run-time library path not set
Previous Message Jaime Casanova 2006-01-09 17:48:38 Fwd: [BUGS] BUG #2139: Problem when calling functions without any argument