Re: Listing tables in all schemas in psql - Mailing list pgsql-general

From Tom Lane
Subject Re: Listing tables in all schemas in psql
Date
Msg-id 16226.1271885219@sss.pgh.pa.us
Whole thread Raw
In response to Listing tables in all schemas in psql  (Thom Brown <thombrown@gmail.com>)
Responses Re: Listing tables in all schemas in psql  (Thom Brown <thombrown@gmail.com>)
List pgsql-general
Thom Brown <thombrown@gmail.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

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Listing tables in all schemas in psql
Next
From: Thom Brown
Date:
Subject: Re: Listing tables in all schemas in psql