Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Date: 2005-07-01 07:29:23
Message-ID: 42C4F0D3.2080004@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

>>ALTER TABLE <table> ENABLE TRIGGER <trigname>
>>ALTER TABLE <table> DISABLE TRIGGER <trigname>
>
>
> Bruce said to allow them only super-user,
> but currently this patch allows also the table owner.

The table owner can drop and create triggers - so why shouldn't they be
able to enable and disable them?

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Satoshi Nagayasu 2005-07-01 07:31:03 Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Previous Message Dave Page 2005-07-01 07:23:25 Re: [PATCHES] Dbsize backend integration

Browse pgsql-patches by date

  From Date Subject
Next Message Satoshi Nagayasu 2005-07-01 07:31:03 Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Previous Message Satoshi Nagayasu 2005-07-01 07:15:50 enable/disable trigger (Re: Fwd: [HACKERS] Open items)