Re: List tables for a specific schema - Mailing list pgsql-general

From Tom Lane
Subject Re: List tables for a specific schema
Date
Msg-id 27723.1561068378@sss.pgh.pa.us
Whole thread Raw
In response to List tables for a specific schema  (David Gauthier <davegauthierpg@gmail.com>)
List pgsql-general
David Gauthier <davegauthierpg@gmail.com> writes:
> What I would like is to see a list of all the tables in the dvm schema and
> nothing else.  "\d dvm.*" works, but it also spills the details of every
> table.  I just want the list of tables in the schema.

Try "\dt dvm.*".

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Need create table statements from metadata
Next
From: Adrian Klaver
Date:
Subject: Re: Need create table statements from metadata