Re: GRANT semantics...

2004-05-19 Thread Michael Stassen
John Ratliff wrote: I'm trying to use a grant statement to grant privileges to a user on a set of database names. e.g. for some user k, I want them to be able to have complete access to any database named k_*. I know this can be done. The test database is setup this way by default. Here is wha

GRANT semantics...

2004-05-19 Thread John Ratliff
I'm trying to use a grant statement to grant privileges to a user on a set of database names. e.g. for some user k, I want them to be able to have complete access to any database named k_*. I know this can be done. The test database is setup this way by default. Here is what I tried: grant all