CREATE SCHEMA in refman does not contain material on restrictions in
sqlAuthorization mode
------------------------------------------------------------------------------------------
Key: DERBY-3084
URL: https://issues.apache.org/jira/browse/DERBY-3084
Project: Derby
Issue Type: Bug
Components: Documentation
Affects Versions: 10.3.1.4, 10.2.2.0, 10.2.1.6
Reporter: Dag H. Wanvik
The CREATE SCHEMA statement is subject to access control when running in
sqlAuthorization mode.
Only the database owner can create a schema with name different from the
current user name and
only the the database owner can specify AUTHORIZATION <user>, with a user name
other than the
current user name, cf comment in StatementSchemaPermission#check, ca line 86.
These restrictions are not described in
http://db.apache.org/derby/docs/dev/ref/rrefsqlj31580.html.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.