Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5184bd7c
Commit
5184bd7c
authored
Jan 23, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document and enable ACLGROUP_PATCH submitted by Massimo
parent
1e5755cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/include/config.h
src/include/config.h
+10
-0
No files found.
src/include/config.h
View file @
5184bd7c
...
@@ -215,6 +215,16 @@ typedef unsigned char slock_t;
...
@@ -215,6 +215,16 @@ typedef unsigned char slock_t;
# define NEED_STRDUP
# define NEED_STRDUP
#endif
#endif
/* This 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.
*
* Used in: src/backend/tcop/aclchk.c
* Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
*/
#define ACLGROUP_PATCH
/*
/*
* The following is used as the arg list for signal handlers. Any ports
* The following is used as the arg list for signal handlers. Any ports
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment