Re: Using schema

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Using schema
Дата
Msg-id dcc563d10711301933q3bfdeed0n36dc3afefca9efae@mail.gmail.com
обсуждение исходный текст
Ответ на Using schema  ("Daniel Caune" <daniel.caune@ubisoft.com>)
Список pgsql-sql
On Nov 30, 2007 9:00 AM, Daniel Caune <daniel.caune@ubisoft.com> wrote:

> The cool thing with this, compared to the USE statement supported by
> some other RDBMS, is that the user is not restricted to one given schema
> without explicit schema declaration:
>
>   SELECT * FROM foo;                          -- Uses schema my_schema
>   SELECT * FROM bar;                          -- Uses schema public
>   SELECT * FROM foo, bar WHERE foo.i = bar.i; -- Uses both schemas
>
> That is damn flexible! :-)

Hehe.  yeah, every time I have to use Oracle at work I feel like I'm
putting on a straight jacket.


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Daniel Caune"
Дата:
Сообщение: Using schema
Следующее
От: "ronald tabada"
Дата:
Сообщение: Crosstab limitation...