Re: Read an already existing DB: functions & triggers.

Поиск
Список
Период
Сортировка
От Bryan White
Тема Re: Read an already existing DB: functions & triggers.
Дата
Msg-id 00f801bfd9ed$d3be3dc0$2dd260d1@arcamax.com
обсуждение исходный текст
Ответ на Re: Read an already existing DB: functions & triggers.  ("T.J.Farrell" <T.J.Farrell@wanadoo.fr>)
Список pgsql-general
> I am dealing with an already built database from which there is no
> documentation available on how it was designed. I can list indices,
tables,
> and sequences from the DB using the '\d' command. But how can I list
> functions, triggers, and other implementations?

try:
pg_dump -s dbname

That will write all the statements needed to recreate the database to
stdout.  The -s option tells it to omit the actual data dumps.


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

Предыдущее
От: Holger Klawitter
Дата:
Сообщение: Re: aggregate functions
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: aggregate functions