Re: list of tables ?

Поиск
Список
Период
Сортировка
От Achilleus Mantzios
Тема Re: list of tables ?
Дата
Msg-id Pine.LNX.4.44.0207111709320.29428-100000@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на list of tables ?  (Steve Brett <SBrett@e-mis.com>)
Список pgsql-sql
On Thu, 11 Jul 2002, Steve Brett wrote:

> can anyone point me in the right direction ?
> 
> i need to list all the tables in a database.
> 
> i've looked at pgadmin_tables which is empty and pga_schema whihc contains a
> sinlge row i don't want to parse ...
> 
> is there an easier way t get a list of tables ?
> 
> i'm on 7.2

select * from pg_tables;

> 
> ta,
> 
> Steve Brett 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

-- 
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
tel:    +30-10-8981112
fax:    +30-10-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



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

Предыдущее
От: Steve Brett
Дата:
Сообщение: list of tables ?
Следующее
От: Steve Brett
Дата:
Сообщение: Re: list of tables ? -update to question ...