1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

- Synced gram.y and preproc.y.

- Synced keyword.c.
        - Added several small patches from Christof.
This commit is contained in:
Michael Meskes
2000-12-18 11:33:55 +00:00
parent 97cfb9d606
commit 77145ac824
7 changed files with 65 additions and 74 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.33 2000/12/15 23:36:20 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.34 2000/12/18 11:33:55 meskes Exp $
*
*-------------------------------------------------------------------------
*/
@@ -245,6 +245,7 @@ static ScanKeyword ScanKeywords[] = {
{"sysid", SYSID},
{"table", TABLE},
{"temp", TEMP},
{"template", TEMPLATE},
{"temporary", TEMPORARY},
{"then", THEN},
{"time", TIME},