Re: How to watch for schema changes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: How to watch for schema changes
Дата
Msg-id 20181203220448.p46oguy6xh3vjdi7@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: How to watch for schema changes  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general
On 2018-Dec-03, Igor Korot wrote:

> But I will probably create it on every connection and delete on the
> disconnect (see above).

This sounds certain to create a mess eventually, when a connection drops
unexpectedly. (Also, what will happens to connections that run
concurrently with yours?)

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-general по дате отправления:

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