Subject Re: [IBO] Privileges Question
Author Helen Borrie
At 01:08 PM 10/01/2003 +0100, you wrote:
> > FDMMASTER will then "own" the table,
> > and both FDMMASTER and SYSDBA will be able to alter it ( according to the
> > documentation quoted above ).
>
>Thank you, that works fine, should read the docs more carefully in the
>future.
>
>Does anybody know, how I can get the information of who "own" a specific
>table?

select rdb$relation_name, rdb$owner_name from rdb$relations
where rdb$relation_name STARTING WITH 'MyTable'

btw, these are database questions, not IBO ones. Please use the ib-support
list for non-IBO questions.

Helen