[MonetDB-users] how to grant privileges to creating tables?

Dear MonetDB users, Is it all possible to grant the privilege of "creating tables" to some users in MonetDB? For example, something like "grant create table to user_name" or similar? Thanks, Min

On 24-04-2010 23:25:38 -0400, Min Lu wrote:
Dear MonetDB users,
Is it all possible to grant the privilege of "creating tables" to some users in MonetDB? For example, something like "grant create table to user_name" or similar?
I always create a schema for a user, see the VOC loader script example[1]. http://monetdb.cwi.nl/Assets/prepare-voc-db.sh

Fabian, Thanks. But It does not work for the existing schema 'tmp', where temporary tables are created. "GRANT CREATE TABLES" is not recognized. On Apr 25, 2010, at 4:32 AM, Fabian Groffen wrote:
On 24-04-2010 23:25:38 -0400, Min Lu wrote:
Dear MonetDB users,
Is it all possible to grant the privilege of "creating tables" to some users in MonetDB? For example, something like "grant create table to user_name" or similar?
I always create a schema for a user, see the VOC loader script example[1].
http://monetdb.cwi.nl/Assets/prepare-voc-db.sh
------------------------------------------------------------------------------ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
Fabian Groffen
-
Min Lu