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

Commit6e13e0c

Browse files
committed
cleanup of keywords.c
1 parent07ed634 commit6e13e0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/parser/keywords.c

Lines changed: 4 additions & 2 deletions
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.47 1998/10/18 23:29:27 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.48 1998/10/18 23:30:17 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -66,7 +66,9 @@ static ScanKeyword ScanKeywords[] = {
6666
{"createdb",CREATEDB},
6767
{"createuser",CREATEUSER},
6868
{"cross",CROSS},
69-
{"current",CURRENT},/* 6.4 to 6.5 is migration time! CURRENT will be removed in 6.5! Use OLD keyword in rules. Jan */
69+
{"current",CURRENT},/* 6.4 to 6.5 is migration time! CURRENT
70+
* will be removed in 6.5! Use OLD keyword
71+
* in rules. Jan */
7072
{"current_date",CURRENT_DATE},
7173
{"current_time",CURRENT_TIME},
7274
{"current_timestamp",CURRENT_TIMESTAMP},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp