Re: posible BUG on psql... or maybe worst

From: Martin Marques <martin(at)marquesminen(dot)com(dot)ar>
To: Diego Schulz <dschulz(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: posible BUG on psql... or maybe worst
Date: 2008-12-06 13:00:25
Message-ID: 493A7769.2020002@marquesminen.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Diego Schulz escribió:
>
>
> Hi,
>
>
> Schemas are a lot like directories at operating system level (except
> that can't be nested).
> When you ls (or dir) in /home/martin/ , normally you don't expect to
> see /home/johnny/ listed as well.
>
> But if you really want to see all tables, try adjusting search_path like
> this:
>
> SET search_path to myschema1,myschema2,public;
>
> Then it should list all relations as you expect.
>

Sorry, forgot to say that I SET search_path acordinlly to see relations
from both schemas. But whan the table has the same name I only get the
one from the first schema in the search_path.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Diego Schulz 2008-12-06 13:18:49 Re: posible BUG on psql... or maybe worst
Previous Message Diego Schulz 2008-12-06 12:48:15 Re: posible BUG on psql... or maybe worst