You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres supports setting session variables for a specific role
[email protected]:57852/movr> alter role vy statement_timeout=10;
invalid syntax: statement ignored: at or near "set": syntax error
SQLSTATE: 42601
DETAIL: source SQL:
alter role vy set idle_in_transaction_session_timeout=10
^
HINT: try \h ALTER ROLE
Desired behavior
Configure statement_timeout, idle_in_session_timeout, or idle_in_transaction_session_timeout for different roles associated with different workloads.
The text was updated successfully, but these errors were encountered:
Postgres supports setting session variables for a specific role
Desired behavior
Configure
statement_timeout
,idle_in_session_timeout
, oridle_in_transaction_session_timeout
for different roles associated with different workloads.The text was updated successfully, but these errors were encountered: