Subject Re: [firebird-support] Another question on grant
Author PenWin
Dne 24.5.2010 14:27, ardatun napsal(a):
> Hi again :)
>
> This command runs without giving any errors :
>
> grant select on FIYAT to xzxczczzxczz
>
> But I don't have any object named as xzxczczzxczz
>
> This is not a problem, but why? :)

The magic of Firebird :-)

You can grant rights to a non-existent user. As soon as that user is
created, the grant will start working for him.

Pepak