Fix typo, ensable -> enable, per Steve Gieseking.
This commit is contained in:
parent
96283327f3
commit
b190aae9ad
@ -1,4 +1,4 @@
|
|||||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.311.2.4 2006/08/18 16:00:06 meskes Exp $ */
|
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.311.2.5 2007/03/27 03:25:43 tgl Exp $ */
|
||||||
|
|
||||||
/* Copyright comment */
|
/* Copyright comment */
|
||||||
%{
|
%{
|
||||||
@ -6092,7 +6092,7 @@ ECPGunreserved_con: ABORT_P { $$ = make_str("abort"); }
|
|||||||
| DOUBLE_P { $$ = make_str("double"); }
|
| DOUBLE_P { $$ = make_str("double"); }
|
||||||
| DROP { $$ = make_str("drop"); }
|
| DROP { $$ = make_str("drop"); }
|
||||||
| EACH { $$ = make_str("each"); }
|
| EACH { $$ = make_str("each"); }
|
||||||
| ENABLE_P { $$ = make_str("ensable"); }
|
| ENABLE_P { $$ = make_str("enable"); }
|
||||||
| ENCODING { $$ = make_str("encoding"); }
|
| ENCODING { $$ = make_str("encoding"); }
|
||||||
| ENCRYPTED { $$ = make_str("encrypted"); }
|
| ENCRYPTED { $$ = make_str("encrypted"); }
|
||||||
| ESCAPE { $$ = make_str("escape"); }
|
| ESCAPE { $$ = make_str("escape"); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user