Re: How to watch for schema changes

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to watch for schema changes
Date: 2018-07-03 23:42:57
Message-ID: CA+FnnTxtgOGCgvVRA7Uc6JMYkq5rbk79YzbUr1GMqcR+v5LX1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Melvin

On Tue, Jul 3, 2018, 2:00 PM Melvin Davidson <melvin6925(at)gmail(dot)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.

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2018-07-03 23:48:10 Re: How to watch for schema changes
Previous Message David G. Johnston 2018-07-03 22:55:37 Re: FK v.s unique indexes