Subject | Re: [ib-support] RDB$USER_PRIVILEGES Question |
---|---|
Author | Helen Borrie |
Post date | 2003-04-04T08:16:30Z |
At 09:57 AM 4/04/2003 +0200, you wrote:
ALL then don't use GRANT ALL...
It's to encourage you to document your security setup. :))
heLen
> > Also, do you realise that ALL is a different privilege from the individualBecause they are different privileges. If you don't want a user to have
> > DELETE, INSERT, UPDATE and REFERENCES privileges? REVOKE ALL will only
> > revoke privileges that were granted with GRANT ALL.
>
>Why is this anyway?
ALL then don't use GRANT ALL...
>It means you have to go through REVOKE <privilege>Nope.
>for all privileges while ALL could do the same. Can you GRANT ALL
>and REVOKE <privilege>?
It's to encourage you to document your security setup. :))
heLen