Re: How to watch for schema changes

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

>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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2018-07-03 20:55:51 When exactly is a TIMESTAMPTZ converted to the sessions time zone?
Previous Message Adrian Klaver 2018-07-03 18:47:42 Re: How to watch for schema changes