Subject Re: [Firebird-general] Create table with different ownership
Author Dimitry Sibiryakov
18.04.2015 10:46, Mark Rotteveel mark@... [Firebird-general] wrote:
> In other words, according to the SQL standard the owner of the table is
> the owner of the schema it is created in. There is no other transfer of
> ownership than transferring ownership of the schema.

BTW, doesn't it mean that to implement schemata in Firebird it is enough to change
unique check from single field RDB$RELATION_NAME to pair RDB$OWNER,RDB$RELATION_NAME?..
And, of course, to fix table lookups accordingly.

--
WBR, SD.