pgsql: Add a hook in ExecCheckRTPerms().
| From: |
rhaas(at)postgresql(dot)org (Robert Haas) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: Add a hook in ExecCheckRTPerms(). |
| Date: |
2010-07-09 14:06:01 |
| Message-ID: |
20100709140601.C3B6C7541D5@cvs.postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-committerspgsql-hackers |
Log Message:
-----------
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
Modified Files:
--------------
pgsql/src/backend/executor:
execMain.c (r1.349 -> r1.350)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execMain.c?r1=1.349&r2=1.350)
pgsql/src/include/executor:
executor.h (r1.168 -> r1.169)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/executor.h?r1=1.168&r2=1.169)
Responses
pgsql-hackers by date
| Next: | From: Kaare Rasmussen | Date: 2010-07-09 14:07:06 |
| Subject: Listen/Notify in 9.0 |
| Previous: | From: Robert Haas | Date: 2010-07-09 13:36:31 |
| Subject: Re: get_whatever_oid, part 2 |
pgsql-committers by date
| Next: | From: Robert Haas | Date: 2010-07-09 14:26:14 |
| Subject: Re: [COMMITTERS] pgsql: Stamp HEAD as 9.1devel. |
| Previous: | From: User Itagaki | Date: 2010-07-09 04:54:28 |
| Subject: reorg - pg_reorg: Add documentation to build the module with pgxs. |