efficient trigger function selection? - Mailing list pgsql-general

From Kenneth Tilton
Subject efficient trigger function selection?
Date
Msg-id CAECCA8bNhxTA32w7bU+3Vi7ykM0bDivci7ExegkQyk-uCMCUOQ@mail.gmail.com
Whole thread Raw
Responses Re: efficient trigger function selection?  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
Suppose I have an RDF-style table (with columns for subject, predicate, various object types, and graph) and want to have dozens or even hundreds of trigger functions defined conditionally on the predicate, ie "when predicate = '<your predicate here>'".

My guess is Postgres is quite efficient at determining which if any trigger functions to call, but I thought I'd ask.

Thx, ken

pgsql-general by date:

Previous
From: Aaron Burnett
Date:
Subject: Pg 9.1.3 pg_crypto question
Next
From: Andy Chambers
Date:
Subject: trigger when clause