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
* $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},
{"numeric", NUMERIC},
{"oids", OIDS},
{"old", OLD},
{"old", CURRENT},
{"on", ON},
{"operator", OPERATOR},
{"option", OPTION},