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

Поиск
Список
Период
Сортировка
От Alain Picard
Тема Re: How do I make a query return all table names?
Дата
Msg-id 86r8nb5wea.fsf@gondolin.local.net
обсуждение исходный текст
Список pgsql-general
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>

В списке pgsql-general по дате отправления:

Предыдущее
От: "Thomas T. Thai"
Дата:
Сообщение: help with getting index scan
Следующее
От: "Kelly McTiernan"
Дата:
Сообщение: Re: Work Around For Oracle Feature