Re: how to print a schema

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: how to print a schema
Дата
Msg-id a55915760708292116o7004c95aw7bea8599c7425a68@mail.gmail.com
обсуждение исходный текст
Ответ на how to print a schema  (mrodriguez@curreyadkins.com)
Список pgsql-general
On 8/27/07, mrodriguez@curreyadkins.com <mrodriguez@curreyadkins.com> wrote:
> Does anybody know how to print a schema in PostgreSQL? I know you can
> look at one table at at time, but is there a way to print all columns
> and rows at once?

1. pg_dump / pg_dumpall
   http://www.postgresql.org/docs/8.2/static/backup-dump.html

2. PostgreSQL Autodoc
   http://www.rbt.ca/autodoc/

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Reliable and fast money transaction design
Следующее
От: "Nitin Verma"
Дата:
Сообщение: What kind of locks does vacuum process hold on the db?