| [ ENCRYPTED ] PASSWORD 'password' | PASSWORD NULL
| VALID UNTIL 'timestamp'
| IN ROLE role_name [, ...]
- | IN GROUP role_name [, ...]
| ROLE role_name [, ...]
| ADMIN role_name [, ...]
- | USER role_name [, ...]
| SYSID uid
-
- IN GROUP role_name
-
-
IN GROUP is an obsolete spelling of
- IN ROLE.
-
-
-
-
ROLE role_name
-
- USER role_name
-
- The USER clause is an obsolete spelling of
- the ROLE clause.
-
-
-
-
SYSID uid
by giving users the NOINHERIT attribute, while roles are
given the INHERIT attribute.
+
+ The USER clause has the same behavior as
+ ROLE but has been deprecated:
+
+USER role_name [, ...]
+
+
+
+ The IN GROUP clause has the same behavior as IN
+ ROLE but has been deprecated:
+
+IN GROUP role_name [, ...]
+
+