Subject Re: [firebird-support] Values for rdb$user_type and rdb$object_type in rdb$user_privileges
Author Helen Borrie
At 10:14 PM 19/05/2007, you wrote:
>Hello,
>Does anyone knows the possible values and its meanings for
>rdb$user_type and rdb$object_type in system table rdb$user_privileges?

select
RDB$TYPE, RDB$TYPE_NAME
from RDB$TYPES
where RDB$FIELD_NAME = 'RDB$OBJECT_TYPE'

./hb