Patch from Massimo Dal Zotto <dz@cs.unitn.it>

Marc G. Fournier <scrappy@hub.org>

Commit: 1e5755cf73341779953405f0c4e58f1f79454f30
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-01-23T19:33:31Z
Releases: 7.1.1
Patch from  Massimo Dal Zotto <dz@cs.unitn.it>

The first patch changes the behavior of aclcheck for groups. Currently an user
can access a table only if he has the required permission for ALL the groups
defined for that table. With my patch he can access a table if he has the
permission 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 feel
free to remove the #ifdef, if not please add a commented line to config.h.

Files

PathChange+/−
src/backend/tcop/aclchk.c modified +8 −1