Re: How to watch for schema changes

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: How to watch for schema changes
Дата
Msg-id d17c5c84-2988-8536-21c4-17ce9a9ef18c@aklaver.com
обсуждение исходный текст
Ответ на How to watch for schema changes  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: How to watch for schema changes
Re: How to watch for schema changes
Список 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 по дате отправления:

Предыдущее
От: Igor Korot
Дата:
Сообщение: How to watch for schema changes
Следующее
От: Igor Korot
Дата:
Сообщение: Re: How to watch for schema changes