We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cb32d commit 8876ae2Copy full SHA for 8876ae2
src/backend/parser/keywords.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -157,7 +157,7 @@ static ScanKeyword ScanKeywords[] = {
157
{"null", NULL_P},
158
{"numeric", NUMERIC},
159
{"oids", OIDS},
160
- {"old", OLD},
+ {"old", CURRENT},
161
{"on", ON},
162
{"operator", OPERATOR},
163
{"option", OPTION},
0 commit comments