docs/generated/sql/session_vars.md
This page documents the session variables available in CockroachDB.
Session variables control the behavior of the current session and can be set using the SET statement. For example:
SET application_name = 'myapp';
To view the current value of a session variable, use SHOW:
SHOW application_name;