Re: newbie question

Поиск
Список
Период
Сортировка
От missive@frontiernet.net (Lee Harr)
Тема Re: newbie question
Дата
Msg-id 9s4q77$2kg6$2@news.tht.net
обсуждение исходный текст
Ответ на newbie question  ("Said Badrul Nahar" <saidbn@yahoo.com>)
Список pgsql-general
> I'm new with postgresql. How can i show table name and db name in
> postgresql like SHOW TABLE and SHOW DATABASE in MySQL.
>

In psql:

\d
\l
\?


to show:
tables
databases
other backslash commands



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