Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba8763c

Browse files
author
Thomas G. Lockhart
committed
Add SQL/92 types decimal and numeric.
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
1 parent53ad0aa commitba8763c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/backend/parser/keywords.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.18 1997/09/20 16:11:44 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.19 1997/09/24 17:49:56 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -66,9 +66,13 @@ static ScanKeyword ScanKeywords[] = {
6666
{"create",CREATE},
6767
{"cross",CROSS},
6868
{"current",CURRENT},
69+
{"current_date",CURRENT_DATE},
70+
{"current_time",CURRENT_TIME},
71+
{"current_timestamp",CURRENT_TIMESTAMP},
6972
{"cursor",CURSOR},
7073
{"database",DATABASE},
7174
{"day",DAYINTERVAL},
75+
{"decimal",DECIMAL},
7276
{"declare",DECLARE},
7377
{"default",DEFAULT},
7478
{"delete",DELETE},
@@ -127,6 +131,7 @@ static ScanKeyword ScanKeywords[] = {
127131
{"notify",NOTIFY},
128132
{"notnull",NOTNULL},
129133
{"null",PNULL},
134+
{"numeric",NUMERIC},
130135
{"oids",OIDS},
131136
{"on",ON},
132137
{"operator",OPERATOR},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp