File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.341 2007/03/17 19 :25:23 meskes Exp $ */
1
+ /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.342 2007/03/27 03 :25:28 tgl Exp $ */
2
2
3
3
/* Copyright comment */
4
4
%{
@@ -6414,7 +6414,7 @@ ECPGunreserved_con: ABORT_P { $$ = make_str("abort"); }
6414
6414
| DOUBLE_P { $$ = make_str(" double" ); }
6415
6415
| DROP { $$ = make_str(" drop" ); }
6416
6416
| EACH { $$ = make_str(" each" ); }
6417
- | ENABLE_P { $$ = make_str(" ensable " ); }
6417
+ | ENABLE_P { $$ = make_str(" enable " ); }
6418
6418
| ENCODING { $$ = make_str(" encoding" ); }
6419
6419
| ENCRYPTED { $$ = make_str(" encrypted" ); }
6420
6420
| ESCAPE { $$ = make_str(" escape" ); }
You can’t perform that action at this time.
0 commit comments