Re: Open items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Open items
Date
Msg-id 200506291149.j5TBnvl29848@candle.pha.pa.us
Whole thread Raw
In response to Re: Open items  (Satoshi Nagayasu <nagayasus@nttdata.co.jp>)
Responses Re: Open items
List pgsql-hackers
Satoshi Nagayasu wrote:
> How about enable/disable triggers?
> 
> >From TODO:
> > Allow triggers to be disabled.
> 
> http://momjian.postgresql.org/cgi-bin/pgtodo?trigger
> 
> I think this is good for COPY performance improvement.
> 
> Now I have user functions to enable/disable triggers, not DDL.
> It modifies system tables.
> But I can rewrite this as a DDL. (ALTER TABLE?)

Yea, it is a TODO item, and should be pretty straight-forward to code,
so sure, go ahead.

It has to be something that is super-user-only.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Dbsize backend integration
Next
From: Oleg Bartunov
Date:
Subject: Re: contrib/rtree_gist into core system?