Skip to content
Snippets Groups Projects
Commit cc1ed40d authored by Robert Haas's avatar Robert Haas
Browse files

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.
parent d3c12654
No related branches found
No related tags found
No related merge requests found
Showing
with 121 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment