1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Quick cleanups

This commit is contained in:
Marc G. Fournier
1998-02-23 18:43:13 +00:00
parent 6c7c6d0c05
commit 0b4620b575
2 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: acl.h,v 1.13 1998/01/24 22:50:28 momjian Exp $
* $Id: acl.h,v 1.14 1998/02/23 18:43:13 scrappy Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
@@ -62,7 +62,7 @@ typedef uint8 AclMode;
#define ACL_MODECHG_EQL 3
/* change this line if you want to set the default acl permission */
#define ACL_WORLD_DEFAULT (ACL_RD)
#define ACL_WORLD_DEFAULT (ACL_NO)
/* #define ACL_WORLD_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU) */
#define ACL_OWNER_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU)