Subject Re: [Firebird-Architect] Schemas
Author Dmitry Yemanov
Dimitry Sibiryakov wrote:
>
> What would you say about mandatory indication of schema in SQL
> queries? If now I can just write "select * from a_table", with schemas
> I'll have to write "select * from some_schema_name.a_table".

The SQL spec allows you to have a default schema that would apply to
a_table automagically. IIRC, the default schema may be specified per
session, if necessary.


Dmitry