When creating schema one can say
CREATE SCHEMA MY_SCHEMA AUTHORIZATION MY_USER;
In INFORMATION_SCHEMA.SCHEMATA table one can see the schema owner.
But I just can't come up with any practical use of this feature beyond
that one informational entry.
The owner must already be an admin (which according to my understanding
already has all privileges in all schemas).
So is this just a sql compatibility feature in h2's language?
If so could it be reminded in reference so user's don't have to keep
quessing about it?
- Rami Ojares
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.