OLD has to return CURRENT for now, Jan.
This commit is contained in:
parent
15cb32d93e
commit
8876ae2c57
@ -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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user