]> granicus.if.org Git - postgresql/commit
Add a hook in ExecCheckRTPerms().
authorRobert Haas <rhaas@postgresql.org>
Fri, 9 Jul 2010 14:06:01 +0000 (14:06 +0000)
committerRobert Haas <rhaas@postgresql.org>
Fri, 9 Jul 2010 14:06:01 +0000 (14:06 +0000)
commitf4122a8d50a56787770cb87e8269d6b48775ff4e
tree1e4a835e464124739d5106bffadef0631d5f0116
parentb40466c33731eed31e08f116487259d800eb1891
Add a hook in ExecCheckRTPerms().

This hook allows a loadable module to gain control when table permissions
are checked.  It is expected to be used by an eventual SE-PostgreSQL
implementation, but there are other possible applications as well.  A
sample contrib module can be found in the archives at:

http://archives.postgresql.org/pgsql-hackers/2010-05/msg01095.php

Robert Haas and Stephen Frost
src/backend/executor/execMain.c
src/include/executor/executor.h