- Notifications
You must be signed in to change notification settings - Fork5
Commitf4122a8
committed
Add a hook in ExecCheckRTPerms().
This hook allows a loadable module to gain control when table permissionsare checked. It is expected to be used by an eventual SE-PostgreSQLimplementation, but there are other possible applications as well. Asample contrib module can be found in the archives at:http://archives.postgresql.org/pgsql-hackers/2010-05/msg01095.phpRobert Haas and Stephen Frost1 parentb40466c commitf4122a8
2 files changed
+12
-2
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 |
| |
67 | 70 |
| |
68 | 71 |
| |
| |||
416 | 419 |
| |
417 | 420 |
| |
418 | 421 |
| |
| 422 | + | |
| 423 | + | |
| 424 | + | |
419 | 425 |
| |
420 | 426 |
| |
421 | 427 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
|
0 commit comments
Comments
(0)