Re: Using schema - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: Using schema
Date
Msg-id dcc563d10711301933q3bfdeed0n36dc3afefca9efae@mail.gmail.com
Whole thread Raw
In response to Using schema  ("Daniel Caune" <daniel.caune@ubisoft.com>)
List 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 by date:

Previous
From: "Daniel Caune"
Date:
Subject: Using schema
Next
From: "ronald tabada"
Date:
Subject: Crosstab limitation...