Add a hook in ExecCheckRTPerms().

Robert Haas <rhaas@postgresql.org>

Commit: f4122a8d50a56787770cb87e8269d6b48775ff4e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-09T14:06:01Z
Releases: 9.1.0
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

PathChange+/−
src/backend/executor/execMain.c modified +7 −1
src/include/executor/executor.h modified +5 −1