8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138b80 commit e05a3c3Copy full SHA for e05a3c3
src/backend/catalog/aclchk.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.132 2006/10/04 00:29:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.133 2006/11/16 14:41:49 petere Exp $
12
13
* NOTES
14
* See acl.h.
@@ -311,7 +311,7 @@ ExecuteGrantStmt(GrantStmt *stmt)
311
break;
312
case ACL_OBJECT_NAMESPACE:
313
all_privileges = ACL_ALL_RIGHTS_NAMESPACE;
314
- errormsg = _("invalid privilege type %s for namespace");
+ errormsg = _("invalid privilege type %s for schema");
315
316
case ACL_OBJECT_TABLESPACE:
317
all_privileges = ACL_ALL_RIGHTS_TABLESPACE;
0 commit comments