Add SQL/92 "constants" current_date, current_time, and current_timestamp.
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.18 1997/09/20 16:11:44 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.19 1997/09/24 17:49:56 thomas Exp $
*
*-------------------------------------------------------------------------
*/
{"create", CREATE},
{"cross", CROSS},
{"current", CURRENT},
+ {"current_date", CURRENT_DATE},
+ {"current_time", CURRENT_TIME},
+ {"current_timestamp", CURRENT_TIMESTAMP},
{"cursor", CURSOR},
{"database", DATABASE},
{"day", DAYINTERVAL},
+ {"decimal", DECIMAL},
{"declare", DECLARE},
{"default", DEFAULT},
{"delete", DELETE},
{"notify", NOTIFY},
{"notnull", NOTNULL},
{"null", PNULL},
+ {"numeric", NUMERIC},
{"oids", OIDS},
{"on", ON},
{"operator", OPERATOR},