Re: List tables for a specific schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Gauthier <davegauthierpg(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: List tables for a specific schema
Date: 2019-06-20 22:06:18
Message-ID: 27723.1561068378@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Gauthier <davegauthierpg(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-06-20 22:25:45 Re: Need create table statements from metadata
Previous Message Adrian Klaver 2019-06-20 21:59:45 Re: Need create table statements from metadata