Subject RE: [firebird-support] Grant Priviledges to user
Author Alan McDonald
> Hi All,
>
> Is there an easy way to grant a user ALL priviledges for all objects
> (tables, view, store procedures, etc.) within a database? Having to
> grant priviledges to each object individually can be quite a chore on
> a complex database.
>
> Thanks,
> Steve

eacht time you create an object, grant priveleges for it to a role you have
created.
Then each time you create a user, grant that user the role privelege.
Alan