Object access hook framework, with post-creation hook.

Robert Haas <rhaas@postgresql.org>

Commit: cc1ed40d57aa68322e43a7b0a3320a6c5aff010a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-11-25T16:50:13Z
Releases: 9.1.0
Object access hook framework, with post-creation hook.

After a SQL object is created, we provide an opportunity for security
or logging plugins to get control; for example, a security label provider
could use this to assign an initial security label to newly created
objects.  The basic infrastructure is (hopefully) reusable for other types
of events that might require similar treatment.

KaiGai Kohei, with minor adjustments.

Files