Re: How to watch for schema changes

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to watch for schema changes
Date: 2018-09-17 14:09:42
Message-ID: CA+FnnTx+Ca9iZU6krd9-SLp7xd6NxvUvHGySnLcR3xJYKHwnbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, Melvin,

On Tue, Jul 3, 2018 at 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?

Is there a way to query a server for a place where the log file is?
Or I will have to hard-code it?

Thank you.

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-09-17 14:11:47 Re: Pgbouncer and postgres
Previous Message Nicola Contu 2018-09-17 14:05:40 Re: Pgbouncer and postgres