Skip to main content
Skip table of contents

Authorization

You are looking at an older version of the documentation. The latest version is found here.

To control authorization, you can use the SET statement.

SET PASSWORD

This statement allows to change connection credentials, but does not perform a  re-authentication:

SQL
SET PASSWORD 'someval';;

SET SESSION AUTHORIZATION

This s tatement performs a reauthentication given the credentials currently set on the connection:

SQL
SET SESSION AUTHORIZATION 'newuser';;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.