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

From Thom Brown
Subject Listing tables in all schemas in psql
Date
Msg-id q2lbddc86151004211424kbde346dbpf3c561777cba4788@mail.gmail.com
Whole thread Raw
Responses Re: Listing tables in all schemas in psql
List pgsql-general
This may sound like a stupid question, but how do you list all tables in all schemas in psql?  \d and \d+ don't do it, and putting the schema name after it isn't allowed.  Just listing tables within a single schema would be fine.

Thanks

Thom

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Returning a char from a C-language function
Next
From: Tom Lane
Date:
Subject: Re: Listing tables in all schemas in psql