Thread: Re: How do I make a query return all table names?

Re: How do I make a query return all table names?

From
Alain Picard
Date:
konradatwork@hotmail.com (Konrad) writes:

> I just want to send a query to the db that returns a list of all names
> of all of the tables in the current database.
>
> Is there such a query?

select * from pg_tables;


--
It would be difficult to construe        Larry Wall, in  article
this as a feature.             <1995May29.062427.3640@netlabs.com>