Re: Data Dictionary generator?

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Data Dictionary generator?
Дата
Msg-id 20051103014942.GF29465@fetter.org
обсуждение исходный текст
Ответ на Data Dictionary generator?  (Patrick Hatcher <PHatcher@macys.com>)
Список pgsql-general
On Wed, Nov 02, 2005 at 03:39:24PM -0800, Patrick Hatcher wrote:
>
>
> I need to generate a  data dictionary for all my tables (name, column,
> type, etc)  in my database.  Is there an easy to do this without having to
> do a \d tablename for each table?

You could use pg_dump -s to get the schema, or in psql \d by itself
gets you everything :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: FOSS Reporting tools (was Oracle 10g Express - any danger for Postgres?)
Следующее
От: Steven Brown
Дата:
Сообщение: Changing ids conflicting with serial values?