Re: search_path and SET ROLE

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: search_path and SET ROLE
Дата
Msg-id CANzqJaCKvZ-8VgqNTpJK2Tm9iXp+rMbs2RV+CTQSETUTua8cdA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: search_path and SET ROLE  (Isaac Morland <isaac.morland@gmail.com>)
Ответы Re: search_path and SET ROLE
Список pgsql-general
On Wed, May 22, 2024 at 2:02 PM Isaac Morland <isaac.morland@gmail.com> wrote:
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 *.*

Also shows information_schema, pg_catalog, and pg_toast.  I can adjust to that, though.
 
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?

More than you'd think.  I'm always looking up the definition of this table or that table (mostly for indices and keys), and I never remember which schema they're in.

В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: search_path wildcard?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: search_path wildcard?