Re: Help with creating Documentation

Поиск
Список
Период
Сортировка
От joseph speigle
Тема Re: Help with creating Documentation
Дата
Msg-id 20070309010612.GB9460@www.sirfsup.com
обсуждение исходный текст
Ответ на Help with creating Documentation  (WejofOST@aol.com)
Список pgsql-novice
>
> How can I generate a list of tables and then fields within the tables in
> pgsql?
>

log into psql on the commandline.
the command you want is

\dt

will show all tables


\d table_name

will show you fields


http://www.sirfsup.com/sql_servers/postgresql/pg_utilities.htm#psql


--
joe speigle
http://combali.co.kr

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

Предыдущее
От: "Michael Swierczek"
Дата:
Сообщение: Re: Runaway Instances of Postmaster
Следующее
От: joseph speigle
Дата:
Сообщение: Re: Runaway Instances of Postmaster