Add a hook in ExecCheckRTPerms().
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execMain.c | modified | +7 −1 |
| src/include/executor/executor.h | modified | +5 −1 |