Re: [ADMIN] behavior of \dt and schemas - Mailing list pgsql-admin

From Stephen Frost
Subject Re: [ADMIN] behavior of \dt and schemas
Date
Msg-id 20170120151126.GQ18360@tamriel.snowman.net
Whole thread Raw
In response to [ADMIN] behavior of \dt and schemas  (John Scalia <jayknowsunix@gmail.com>)
List pgsql-admin
John,

* John Scalia (jayknowsunix@gmail.com) wrote:
> So far so good, and I get a similar output If I just set the search_path to
> B, only now it properly shows the schema as b. However, if I set the
> search_path to a, b; and enter \dt, I only see the tables from the first
> schema "a", like the above. and not the second schema. I would have
> expected:

That's intentional as an unqualified object reference would pick up the
object from the schema which shows up first in your search_path.

> So, to me this is somewhat non-intuitive behavior, but maybe I'm all wet
> here. Shouldn't \dt report all the tables it can see with the search_path
> set to some value? And btw, this is was the behavior on 9.4.10, so if it's
> changed in more recent versions, I haven't tested there yet.

It's not changed.

Thanks!

Stephen

Attachment

pgsql-admin by date:

Previous
From: John Scalia
Date:
Subject: [ADMIN] behavior of \dt and schemas
Next
From: "David G. Johnston"
Date:
Subject: Re: [ADMIN] behavior of \dt and schemas