deny-updates - trunk: Add allow_on_condition function to allow trigger - Mailing list pgsql-committers

From alexk@pgfoundry.org (User Alexk)
Subject deny-updates - trunk: Add allow_on_condition function to allow trigger
Date
Msg-id 20090723190104.283CA107210A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add allow_on_condition function to allow trigger actions only if a user-specified condition is true. Update tests and
README.

Modified Files:
--------------
    trunk/trunk:
        Makefile (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/Makefile?r1=1.1.1.1&r2=1.2)
        README (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/README?r1=1.4&r2=1.5)

Added Files:
-----------
    trunk/trunk:
        allow_on_condition.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/allow_on_condition.sql?rev=1.1&content-type=text/x-cvsweb-markup)
    trunk/trunk/expected:
        allow_on_condition_test.out (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/expected/allow_on_condition_test.out?rev=1.1&content-type=text/x-cvsweb-markup)
    trunk/trunk/sql:
        allow_on_condition_test.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/sql/allow_on_condition_test.sql?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix another thinko in join_is_legal's handling of semijoins: we
Next
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: hstore-new - hstore-new: fix leakage of wasted space on concatenation