Re: How to watch for schema changes

Поиск
Список
Период
Сортировка
От Igor Korot
Тема Re: How to watch for schema changes
Дата
Msg-id CA+FnnTxtgOGCgvVRA7Uc6JMYkq5rbk79YzbUr1GMqcR+v5LX1g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to watch for schema changes  (Melvin Davidson <melvin6925@gmail.com>)
Ответы Re: How to watch for schema changes  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
Hi Melvin



On Tue, Jul 3, 2018, 2:00 PM Melvin Davidson <melvin6925@gmail.com> wrote:


>Unfortunately I'm stuck with 9.1.

Have you thought about just setting   log_statement = 'ddl' in postgresql.conf
and just greping the log for CREATE and ALTER?

That going to be not that simple.
I'm writing a client in C++ with libpq. So I will have to do a lot of polling .

Thank you.


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: FK v.s unique indexes
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: How to watch for schema changes