Re: How to watch for schema changes - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to watch for schema changes
Date
Msg-id d17c5c84-2988-8536-21c4-17ce9a9ef18c@aklaver.com
Whole thread Raw
In response to How to watch for schema changes  (Igor Korot <ikorot01@gmail.com>)
Responses Re: How to watch for schema changes
Re: How to watch for schema changes
List pgsql-general
On 07/03/2018 10:21 AM, Igor Korot wrote:
> Hi, ALL,
> Is there any trigger or some other means I can do on the server
> which will watch for CREATE/ALTER/DROP TABLE command and after successful
> execution of those will issue a NOTIFY statement?

https://www.postgresql.org/docs/10/static/event-triggers.html

> 
> Thank you.
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: How to watch for schema changes
Next
From: Igor Korot
Date:
Subject: Re: How to watch for schema changes