Skip to content

Commit 8a3c3b6

Browse files
Allo "CLOSE" cursor statements.
1 parent 7d89e46 commit 8a3c3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/validation.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ void verify_utility_command(Node *utility_stmt)
5353
case T_DeclareCursorStmt:
5454
case T_DeallocateStmt:
5555
case T_FetchStmt:
56+
case T_ClosePortalStmt:
5657
break;
5758
default:
5859
FAILWITH("Statement requires direct access level.");

0 commit comments

Comments
 (0)