Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite05a3c3

Browse files
committed
Message fix
1 parente138b80 commite05a3c3

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
caseACL_OBJECT_NAMESPACE:
313313
all_privileges=ACL_ALL_RIGHTS_NAMESPACE;
314-
errormsg=_("invalid privilege type %s fornamespace");
314+
errormsg=_("invalid privilege type %s forschema");
315315
break;
316316
caseACL_OBJECT_TABLESPACE:
317317
all_privileges=ACL_ALL_RIGHTS_TABLESPACE;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp