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

Commit4041716

Browse files
author
Michael Meskes
committed
Fixed bug in GRANT OPTION FOR parsing.
1 parent187b190 commit4041716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.268 2003/12/24 22:04:09 meskes Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.269 2004/01/04 14:49:06 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -2018,7 +2018,7 @@ opt_grant_grant_option: WITH GRANT OPTION
20182018
opt_revoke_grant_option:GRANTOPTIONFOR
20192019
{
20202020
mmerror(PARSE_ERROR, ET_WARNING,"Currently unsupported REVOKE/GRANT OPTION FOR will be passed to backend");
2021-
$$ = make_str("withgrant option");
2021+
$$ = make_str("grant option for");
20222022
}
20232023
|/*EMPTY*/ {$$ = EMPTY; }
20242024
;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp