Hi Melvin
On Tue, Jul 3, 2018, 2:00 PM Melvin Davidson <melvin6925@xxxxxxxxx> wrote:
>Unfortunately I'm stuck with 9.1.Have you thought about just setting log_statement = 'ddl' in postgresql.confand 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.