Re: psql \dh: List High-Level (Root) Tables and Indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql \dh: List High-Level (Root) Tables and Indexes
Date
Msg-id 1254760.1740374164@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql \dh: List High-Level (Root) Tables and Indexes  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: psql \dh: List High-Level (Root) Tables and Indexes
List pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> How about:
> \pset partition_roots_only 'true'

FWIW, I don't especially love this idea.  None of our existing
\d-type commands use pset parameters for filtering, and I don't
see a reason to believe that people would typically want this
to be a persistent setting.  I'd guess that sometimes you want
the tables filtered one way and sometimes the other.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Akshat Jaimini
Date:
Subject: Re: Experimental tool to explore commitfest patches
Next
From: Amit Kapila
Date:
Subject: Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility.