diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-15 20:15:09 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-15 20:15:09 +0000 |
commit | e158670c1fa48f95984367b61a3065b1b49dd8b2 (patch) | |
tree | d32df5a3ef497892c8a0fea2b5c56846011bf61b | |
parent | 77f27d5ec36584addbbad0239d31753240e44001 (diff) | |
download | postgresql-e158670c1fa48f95984367b61a3065b1b49dd8b2.tar.gz postgresql-e158670c1fa48f95984367b61a3065b1b49dd8b2.zip |
Doesn't anyone test stuff before they commit it?
-rw-r--r-- | src/interfaces/ecpg/preproc/preproc.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/preproc.y b/src/interfaces/ecpg/preproc/preproc.y index f35f21c1e63..fdd12b15b4a 100644 --- a/src/interfaces/ecpg/preproc/preproc.y +++ b/src/interfaces/ecpg/preproc/preproc.y @@ -327,7 +327,7 @@ make_name(void) %type <str> createdb_opt_list opt_encoding OptInherit Geometric %type <str> DropdbStmt ClusterStmt grantee RevokeStmt Bit bit %type <str> GrantStmt privileges operation_commalist operation PosAllConst -%type <str> opt_cursor ConstraintsSetStmt AllConst +%type <str> opt_with_grant opt_cursor ConstraintsSetStmt AllConst %type <str> case_expr when_clause_list case_default case_arg when_clause %type <str> select_clause opt_select_limit select_limit_value ConstraintTimeSpec %type <str> select_offset_value ReindexStmt join_type opt_boolean |