Closed GoogleCodeExporter closed 9 years ago
Regarding documentation inconsistency:
"CREATE SCHEMA [IF NOT EXISTS] name [AUTHORIZATION ownerUserName]
Creates a new schema.
The current user owner must have admin rights.
If no authorization is specified, the current user is used.
Example:
CREATE SCHEMA TEST_SCHEMA AUTHORIZATION SA"
The sentence "The current user owner must have admin rights." means the current
user
(SA) must have admin rights however it should be (regarding current behavior):
The specified user ownerUserName (TEST in my example) must have admin rights as
well
as the current/connected user (SA in my example).
Original comment by loic.lef...@gmail.com
on 21 Jan 2009 at 5:14
Hi,
Yes, the documentation is confusing. I will write:
"Creates a new schema.
If no owner is specified, the current user is used.
The user that executes the command must have admin rights,
as well as the owner."
I need to check why the owner must have admin rights, maybe this is not
necessary.
Original comment by thomas.t...@gmail.com
on 26 Jan 2009 at 5:42
Original comment by thomas.t...@gmail.com
on 6 Feb 2009 at 4:40
The documentation is now changed.
Original comment by thomas.t...@gmail.com
on 1 Mar 2009 at 10:04
Original issue reported on code.google.com by
loic.lef...@gmail.com
on 21 Jan 2009 at 5:10