forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e5755c
committed
Patch from Massimo Dal Zotto <dz@cs.unitn.it>
The first patch changes the behavior of aclcheck for groups. Currently an usercan access a table only if he has the required permission for ALL the groupsdefined for that table. With my patch he can access a table if he has thepermission for ONE of the groups, which seems to me a more useful thing.If you think this should be the correct behavior of the acl group check feelfree to remove the #ifdef, if not please add a commented line to config.h.1 parentfa937b5 commit1e5755c
1 file changed
+8
-1
lines changedLines changed: 8 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 |
| |
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
294 | 300 |
| |
295 | 301 |
| |
296 | 302 |
| |
| |||
300 | 306 |
| |
301 | 307 |
| |
302 | 308 |
| |
| 309 | + | |
303 | 310 |
| |
304 | 311 |
| |
305 | 312 |
| |
|
0 commit comments
Comments
(0)