Subject Re: [Firebird-Architect] Schemas
Author Dmitry Yemanov
Dimitry Sibiryakov wrote:
>
> And this is exactly the source of mess. We have default schema and
> current (user) schema.

There's no such thing as the user schema in the SQL spec, AFAIK. The
default schema may be bound to the current user if the session doesn't
override it, but this is implementation defined. So, whatever you do,
you have only one implicit schema that can be used to resolve your
object names.


Dmitry