Skip to content
Snippets Groups Projects
Commit 8876ae2c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

OLD has to return CURRENT for now, Jan.

parent 15cb32d9
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -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[] = { ...@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment