Version: 7.2On this pageSessionContext Per-context database session state applied for row level security (session variables and role).Index PropertiesrolevariablesProperties optionalrolerole?: stringDatabase role to switch to for the duration of the context (set local role / set role).optionalvariablesvariables?: Dictionary<string | number | boolean | Date>Session variables set via set_config, typically referenced by RLS policies through current_setting(). Date values are serialized to ISO 8601.
Per-context database session state applied for row level security (session variables and role).