Skip to content

Commit

Permalink
parser: remove support for RESET SESSION_USER
Browse files Browse the repository at this point in the history
Release note (sql change): Remove support for RESET SESSION_USER. This
is not supported in postgres, and currently errors anyway.
  • Loading branch information
otan committed Aug 12, 2021
1 parent bd4eaa6 commit 91cd546
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,6 @@ session_var:
// See https://www.postgresql.org/docs/9.6/static/multibyte.html#AEN39236
| NAMES { $$ = "client_encoding" }
| ROLE
| SESSION_USER
// TIME ZONE is special: it is two tokens, but is really the identifier "TIME ZONE".
| TIME ZONE { $$ = "timezone" }
| TIME error // SHOW HELP: SHOW SESSION
Expand Down

0 comments on commit 91cd546

Please sign in to comment.