Skip to content

Support PostgreSQL's RESET SESSION AUTHORIZATION - #2413

Open
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:pg-reset-session-authorization
Open

Support PostgreSQL's RESET SESSION AUTHORIZATION#2413
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:pg-reset-session-authorization

Conversation

@LucaCappelletti94

Copy link
Copy Markdown
Contributor

RESET SESSION AUTHORIZATION did not parse as SESSION was taken as the parameter name.

The parser now matches both keywords before falling back to a parameter name, and gives up on the pair if the second keyword is absent, so RESET session and RESET session.foo still parse as they did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant