Re: posible BUG on psql... or maybe worst - Mailing list pgsql-general

From Martin Marques
Subject Re: posible BUG on psql... or maybe worst
Date
Msg-id 493A7769.2020002@marquesminen.com.ar
Whole thread Raw
In response to Re: posible BUG on psql... or maybe worst  ("Diego Schulz" <dschulz@gmail.com>)
Responses Re: posible BUG on psql... or maybe worst
List 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.

pgsql-general by date:

Previous
From: "Diego Schulz"
Date:
Subject: Re: posible BUG on psql... or maybe worst
Next
From: "Diego Schulz"
Date:
Subject: Re: posible BUG on psql... or maybe worst