OLD has to return CURRENT for now, Jan.

This commit is contained in:
Bruce Momjian 1998-08-24 01:39:18 +00:00
parent 15cb32d93e
commit 8876ae2c57
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.39 1998/08/24 01:37:55 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.40 1998/08/24 01:39:18 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -157,7 +157,7 @@ static ScanKeyword ScanKeywords[] = {
{"null", NULL_P}, {"null", NULL_P},
{"numeric", NUMERIC}, {"numeric", NUMERIC},
{"oids", OIDS}, {"oids", OIDS},
{"old", OLD}, {"old", CURRENT},
{"on", ON}, {"on", ON},
{"operator", OPERATOR}, {"operator", OPERATOR},
{"option", OPTION}, {"option", OPTION},