Re: Proposal for db level triggers

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "Decibel!" <decibel(at)decibel(dot)org>
Cc: James Mansion <james(at)mansionfamily(dot)plus(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal for db level triggers
Date: 2008-05-08 01:45:25
Message-ID: 200805080145.m481jP801629@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Added to TODO:

* Add database and transaction-level triggers

http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php

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

Decibel! wrote:
>
> On Mar 13, 2008, at 5:14 PM, James Mansion wrote:
>
> > James Mansion wrote:
> >> In usage:
> >>
> >> AFTER START clears counters and flags.
> >> UPDATE triggers on data set counters and flags.
> >> BEFORE COMMIT examines the counters and flags and performs any
> >> final validation or
> >> adjustments (or external events such as sending a MoM message)
> >>
> > I'd like to point out also that AFTER CONNECT is a good opportunity
> > to CREATE TEMP TABLE (be
> > nice if a global temp table definition could be persisted and
> > automatically duplicated into each session, but
> > never mind).
>
> +1 on both counts. Can we get a TODO?
> --
> Decibel!, aka Jim C. Nasby, Database Architect decibel(at)decibel(dot)org
> Give your computer some brain candy! www.distributed.net Team #1828
>
>

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-05-08 02:24:13 Re: postgresql in FreeBSD jails: proposal
Previous Message Bruce Momjian 2008-05-08 01:41:17 Re: Lazy constraints / defaults