-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: support SET LOCAL and txn-scoped session variable changes #32562
Copy link
Copy link
Closed
Labels
A-sql-executorSQL txn logicSQL txn logicA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
Metadata
Metadata
Assignees
Labels
A-sql-executorSQL txn logicSQL txn logicA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
https://www.postgresql.org/docs/10/sql-set.html
This ticket also includes adding support for the
set_config(setting_name, val, is_local)builtin: https://www.postgresql.org/docs/13/functions-admin.htmlEpic CRDB-2507