Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e05a3c3

Browse files
committed
Message fix
1 parent e138b80 commit e05a3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/aclchk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.132 2006/10/04 00:29:50 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.133 2006/11/16 14:41:49 petere Exp $
1212
*
1313
* NOTES
1414
* See acl.h.
@@ -311,7 +311,7 @@ ExecuteGrantStmt(GrantStmt *stmt)
311311
break;
312312
case ACL_OBJECT_NAMESPACE:
313313
all_privileges = ACL_ALL_RIGHTS_NAMESPACE;
314-
errormsg = _("invalid privilege type %s for namespace");
314+
errormsg = _("invalid privilege type %s for schema");
315315
break;
316316
case ACL_OBJECT_TABLESPACE:
317317
all_privileges = ACL_ALL_RIGHTS_TABLESPACE;

0 commit comments

Comments
 (0)