Re: newbie question

Поиск
Список
Период
Сортировка
От Dr. Evil
Тема Re: newbie question
Дата
Msg-id 20011105004345.6916.qmail@sidereal.kz
обсуждение исходный текст
Ответ на newbie question  ("Said Badrul Nahar" <saidbn@yahoo.com>)
Ответы Re: newbie question  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
Re: newbie question  ("Roderick A. Anderson" <raanders@tincan.org>)
Список 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.

The equivalent of SHOW TABLE foo; in pg would be:

\d foo

Note that there is no ; at the end of that command.

I'm not sure what's equivalent to SHOW DATABASE.

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

Предыдущее
От: "Command Prompt, Inc."
Дата:
Сообщение: Re: Table definitions using CHECK and DEFAULT
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Got error on CREATE TABLE AS (+Bug?)