OSDN Git Service

Patch from Massimo Dal Zotto <dz@cs.unitn.it>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 23 Jan 1997 19:33:31 +0000 (19:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 23 Jan 1997 19:33:31 +0000 (19:33 +0000)
commit1e5755cf73341779953405f0c4e58f1f79454f30
tree80e56121b39cea48d8e972458f9ab4908cd24665
parentfa937b5e6bbf86f83b78dd6387b63eb6a6ea1694
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.
src/backend/tcop/aclchk.c