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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Date: 2005-08-23 23:38:45
Message-ID: 200508232338.j7NNcjR13667@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Thanks, modified patch applied by Tom, with the addition of a USER
triggers only mode.

---------------------------------------------------------------------------

Satoshi Nagayasu wrote:
> The message format for elog() report is cleaned up.
>
> --
> NAGAYASU Satoshi <nagayasus(at)nttdata(dot)co(dot)jp>

> diff -cr pgsql.orig/src/backend/commands/tablecmds.c pgsql/src/backend/commands/tablecmds.c
> *** pgsql.orig/src/backend/commands/tablecmds.c 2005-06-28 14:08:54.000000000 +0900
> --- pgsql/src/backend/commands/tablecmds.c 2005-08-08 13:46:44.000000000 +0900
> ***************
> *** 236,241 ****
> --- 236,243 ----
--
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Satoshi Nagayasu 2005-08-24 02:06:03 Re: Pre-allocated free space for row updating (like PCTFREE)
Previous Message Bruce Momjian 2005-08-23 23:27:52 Re: 8.1 release notes

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-24 01:12:10 plperl strict mode and associated fixes
Previous Message Bruce Momjian 2005-08-23 21:01:45 Re: Win32 Thread Safety