On Nov 30, 2007 9:00 AM, Daniel Caune <[EMAIL PROTECTED]> 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. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq