SQL functions and statements

SET SESSION AUTHORIZATION for current session

The SET SESSION AUTHORIZATION statement changes the current and session user for the current SQL session. Changing the session is helpful for testing and debugging purposes.

For details, see SET SESSION AUTHORIZATION.