| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Open items |
| Date: | 2005-06-29 11:49:57 |
| Message-ID: | 200506291149.j5TBnvl29848@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oleg Bartunov | 2005-06-29 11:51:11 | Re: contrib/rtree_gist into core system? |
| Previous Message | Bruce Momjian | 2005-06-29 11:45:44 | Re: Dbsize backend integration |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-06-29 11:53:04 | Re: Open items |
| Previous Message | Bruce Momjian | 2005-06-29 11:45:44 | Re: Dbsize backend integration |