Re: search_path and SET ROLE - Mailing list pgsql-general

From Isaac Morland
Subject Re: search_path and SET ROLE
Date
Msg-id CAMsGm5e8pJ0QgBdKr=bHzZNwugwd+rG8=3CzDzQZLyq+0W5APQ@mail.gmail.com
Whole thread Raw
In response to Re: search_path and SET ROLE  (Ron Johnson <ronljohnsonjr@gmail.com>)
Responses Re: search_path and SET ROLE
List pgsql-general
On Wed, 22 May 2024 at 13:48, Ron Johnson <ronljohnsonjr@gmail.com> wrote:

As a superuser administrator, I need to be able to see ALL tables in ALL schemas when running "\dt", not just the ones in "$user" and public.  And I need it to act consistently across all the systems.

\dt *.*

But I am skeptical how often you really want this in a real database with more than a few tables. Surely \dn+ followed by \dt [schemaname].* for a few strategically chosen [schemaname] would be more useful?

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: search_path wildcard?
Next
From: Alban Hertroys
Date:
Subject: Re: Finding "most recent" using daterange