Hi, > If the "CREATE ROLE" has just this syntax (http://www.h2database.com/ > html/grammar.html#create_role), so I can't neither assign password nor > grants to the role. Is that right?
Yes. In H2, only users can log in. Roles can not log in. H2 doesn't support all features of PostgreSQL. I suggest to read the H2 documentation to find out what features are supported. It's still good if you send a mail for feature requests of course. In that case, it's very good to know why exactly you need the feature. In your case, does the role log in? If yes, why? Regards, Thomas -- 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.
