Skip to content
Snippets Groups Projects
Commit c686be8d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Require IN in LOCK syntax.

parent 054cae81
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.74 1999/05/12 07:22:51 thomas Exp $ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.75 1999/05/17 00:22:07 momjian Exp $
* *
* HISTORY * HISTORY
* AUTHOR DATE MAJOR EVENT * AUTHOR DATE MAJOR EVENT
...@@ -2592,7 +2592,7 @@ DeleteStmt: DELETE FROM relation_name ...@@ -2592,7 +2592,7 @@ DeleteStmt: DELETE FROM relation_name
} }
; ;
LockStmt: LOCK_P opt_table relation_name opt_lock LockStmt: LOCK_P opt_table relation_name IN opt_lock
{ {
LockStmt *n = makeNode(LockStmt); LockStmt *n = makeNode(LockStmt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment