Re: SQL Command - To List Tables ?

Поиск
Список
Период
Сортировка
От mathan
Тема Re: SQL Command - To List Tables ?
Дата
Msg-id 0ff701c36c8b$636e41d0$250110ac@MAMCO
обсуждение исходный текст
Ответ на SQL Command - To List Tables ?  (Peter Moscatt <pgmoscatt@optushome.com.au>)
Список pgsql-general
> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

If you want to get database-specific attributes, such as tables, views,
etc... just try \? from the psql monitor, and you will get a list of nice
functions. '\dt' will list all tables, for example.

Thanks
--mathan



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: move to usenet?
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: SQL Command - To List Tables ?