Syntax documentationset_statement Locate this document in the navigation structure

Syntax Syntax

  1. <set_statement> ::=
      SET ROLE ALL [EXCEPT <role_name>,...]
    | SET ROLE NONE
    | SET ROLE <role_name>,... [IDENTIFIED BY <password>]
    | SET ISOLATION LEVEL <unsigned_integer>
    | SET CURRENT_SCHEMA = <schema_name>
End of the code.