track ddl changes on single database

Поиск
Список
Период
Сортировка
От Rikard Pavelic
Тема track ddl changes on single database
Дата
Msg-id 466D21BC.6040105@zg.htnet.hr
обсуждение исходный текст
Ответы Re: track ddl changes on single database
Re: track ddl changes on single database
Список pgsql-general
Hi!

I'm looking for recommendation for tracking DDL changes on
single database instance.

Currently I'm using pg_log to extract DDL changes, but those changes
are cluster wide.

Ideally I would like to enable option in pg_log to give me info about
in which database changes were made.
Something like
timestamp DB: my_database LOG: statement: "DDL statement here..."

Is there such an option, or any other suggestion how to track
these changes?

Thanks,
Rikard

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: performance problem with loading data
Следующее
От: "hubert depesz lubaczewski"
Дата:
Сообщение: Re: track ddl changes on single database