Re: habilitar/deshabilitar triggers

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: deepthroat <dblackbeer(at)gmail(dot)com>
Cc: lista postrges <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: habilitar/deshabilitar triggers
Date: 2006-09-20 20:06:37
Message-ID: 20060920200637.GE5434@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

deepthroat escribió:
> Quisiera saber si en postgresql existe algo equivalente a la siguiente
> sentencia en oracle:
>
> para habilitar:
> ALTER TRIGGER nombre_del_trigger ENABLE;
>
> para deshabilitar:
> ALTER TRIGGER nombre_del_trigger DISABLE;

ALTER TABLE tab ENABLE/DISABLE TRIGGER trig

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2006-09-21 03:42:13 Re: habilitar/deshabilitar triggers
Previous Message Alvaro Herrera 2006-09-20 20:05:29 Re: secuencias