Re: Listing tables in all schemas in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Listing tables in all schemas in psql
Date: 2010-04-21 21:26:59
Message-ID: 16226.1271885219@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thom Brown <thombrown(at)gmail(dot)com> writes:
> This may sound like a stupid question, but how do you list all tables in all
> schemas in psql?

\dt *.*

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-04-21 21:30:16 Re: Listing tables in all schemas in psql
Previous Message Thom Brown 2010-04-21 21:24:57 Listing tables in all schemas in psql