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

Commitc686be8

Browse files
committed
Require IN in LOCK syntax.
1 parent054cae8 commitc686be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.74 1999/05/12 07:22:51 thomas Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.75 1999/05/17 00:22:07 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -2592,7 +2592,7 @@ DeleteStmt: DELETE FROM relation_name
25922592
}
25932593
;
25942594

2595-
LockStmt:LOCK_P opt_table relation_name opt_lock
2595+
LockStmt:LOCK_P opt_table relation_nameINopt_lock
25962596
{
25972597
LockStmt *n = makeNode(LockStmt);
25982598

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp