Commit d78feff9 authored by Michael Meskes's avatar Michael Meskes

*** empty log message ***

parent 607c6d25
......@@ -906,5 +906,10 @@ Wed Apr 5 07:54:56 CEST 2000
Wed Apr 5 17:35:53 CEST 2000
- Fixed handling of bool variables.
Sat Apr 8 13:10:12 CEST 2000
- Synced preproc.y with gram.y.
- Synced keyword.c.
- Set library version to 3.1.0.
- Set ecpg version to 2.7.0.
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.25 2000/03/23 07:53:48 meskes Exp $
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.26 2000/04/08 12:20:27 meskes Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -222,6 +222,7 @@ static ScanKeyword ScanKeywords[] = {
{"setof", SETOF},
{"share", SHARE},
{"show", SHOW},
{"some", SOME},
{"start", START},
{"statement", STATEMENT},
{"stdin", STDIN},
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment