Re: ultra-newbie question (new to list and postgresql)...

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: ultra-newbie question (new to list and postgresql)...
Дата
Msg-id Pine.LNX.4.30.0111131238530.26091-100000@chapelperilous.net
обсуждение исходный текст
Ответ на ultra-newbie question (new to list and postgresql)...  (Adrian Stovall <AdrianS@pfk.com>)
Список pgsql-novice
On Tue, 13 Nov 2001, Adrian  Stovall wrote:

> Hi all, I have what is likely a very simple question that I couldn't find
> after running through the online docs or using \h in psql.  I just started
> playing with postgresql yesterday and I can't seem to find out how to view a
> list of all the tables in a database.  That's all I need to know right now.

If you are using psql, \d will list all tables.  To get a list of all of
the commands available in psql (not SQL syntax), use \?.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
polygon:
    Dead parrot.


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

Предыдущее
От: Adrian Stovall
Дата:
Сообщение: ultra-newbie question (new to list and postgresql)...
Следующее
От: Adrian Stovall
Дата:
Сообщение: Re: ultra-newbie question (new to list and postgresql)..