Hi Noel,

> This patch is a good start, but it's not sufficient.
>

Ok, I'll try to make it better.


> If a user performs a GRANT and then later on adds a new table to a SCHEMA,
> the GRANT will not apply to the new table in the SCHEMA.
>
>
Sorry, I can't understand. Do you mean this?

grant select on schema public to new_role;
create table public.new_table(id int primary key);
grant select on schema public to new_role;


> In order to be complete, this patch will need to modify some deeper
> structures in H2.
>

Before I proceed with this, I need understand better your expectations.

Regards,

Fred

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to