Re: Help with creating Documentation

Поиск
Список
Период
Сортировка
От joseph speigle
Тема Re: Help with creating Documentation
Дата
Msg-id 20070309023157.GA3365@www.sirfsup.com
обсуждение исходный текст
Ответ на Help with creating Documentation  (WejofOST@aol.com)
Ответы Re: Help with creating Documentation  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
> I have inherited a pgsql database and a raft of PHP programs.
> I am a "novice" as far as pgsql is concerned although as a mainframe
> dinosaur I have knowledge of a number of RDBS systems plus MS-SQL and  MySQL .
> The PHP code is quite readable but on the database side the previous owner
> did not believe in documentation!
>
> How can I generate a list of tables and then fields within the tables in
> pgsql?
>

maybe you just want to dump all the DDL at one time
@localhost] pg_dump db_name > db_name.txt

--
joe speigle
www.sirfsup.com

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

Предыдущее
От: joseph speigle
Дата:
Сообщение: Re: Runaway Instances of Postmaster
Следующее
От: " Jaromír Kamler"
Дата:
Сообщение: PostgreSQL and import/export to dbf and mdb