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

Commitfe8098e

Browse files
author
Hiroshi Inoue
committed
Add FORCE keyword to ColID
1 parent966b533 commitfe8098e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.159 2000/03/18 04:32:35 tgl Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.160 2000/03/20 00:24:37 inoue Exp $
1515
*
1616
* HISTORY
1717
* AUTHORDATEMAJOR EVENT
@@ -5220,6 +5220,7 @@ ColId: IDENT{ $$ = $1; }
52205220
|EACH{$$ ="each"; }
52215221
|ENCODING{$$ ="encoding"; }
52225222
|EXCLUSIVE{$$ ="exclusive"; }
5223+
|FORCE{$$ ="force"; }
52235224
|FORWARD{$$ ="forward"; }
52245225
|FUNCTION{$$ ="function"; }
52255226
|HANDLER{$$ ="handler"; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp