Re: List schema contents - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: List schema contents
Date
Msg-id 20060609194700.GI26418@svana.org
Whole thread Raw
In response to List schema contents  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-hackers
On Fri, Jun 09, 2006 at 02:33:57PM -0500, Jim C. Nasby wrote:
> Currently, the only way to get a listing of tables in a schema via psql
> is to modify your search_path, which is both non-intuitive and a PITA.
> You can do \d schemaname., but that's the equivalent of

Isn't this \dt schemaname.*?

The only irritating thing is that is only displays table, not other
objects...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: That EXPLAIN ANALYZE patch still needs work
Next
From: Neil Conway
Date:
Subject: Re: List schema contents