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

Поиск
Список
Период
Сортировка
От Einar Karttunen
Тема Re: ultra-newbie question (new to list and postgresql)...
Дата
Msg-id 20011113193856.A4968@cs.helsinki.fi
обсуждение исходный текст
Ответ на ultra-newbie question (new to list and postgresql)...  (Adrian Stovall <AdrianS@pfk.com>)
Список pgsql-novice
On Tue, Nov 13, 2001 at 11:05:33AM -0600, 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.
>
\h lists help for the sql commands. Try \? to get help on psql-builtin
commands. These are btw. implemented using sql, to see what psql
really does use psql -E. To list all tables use \dt.

- Einar Karttunen

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

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