Thanks to visit codestin.com Credit goes to github.com
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 187b190 commit 4041716Copy full SHA for 4041716
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.268 2003/12/24 22:04:09 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.269 2004/01/04 14:49:06 meskes Exp $ */
2
3
/* Copyright comment */
4
%{
@@ -2018,7 +2018,7 @@ opt_grant_grant_option: WITH GRANT OPTION
2018
opt_revoke_grant_option: GRANT OPTION FOR
2019
{
2020
mmerror(PARSE_ERROR, ET_WARNING, "Currently unsupported REVOKE/GRANT OPTION FOR will be passed to backend");
2021
- $$ = make_str("with grant option");
+ $$ = make_str("grant option for");
2022
}
2023
| /*EMPTY*/ { $$ = EMPTY; }
2024
;
0 commit comments