Re: [GENERAL] NOTIFY command impact

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] NOTIFY command impact
Дата
Msg-id 16721.1487718232@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] NOTIFY command impact  (Rob Brucks <rob.brucks@rackspace.com>)
Ответы Re: [GENERAL] NOTIFY command impact  (Rob Brucks <rob.brucks@rackspace.com>)
Список pgsql-general
Rob Brucks <rob.brucks@rackspace.com> writes:
> If a notify is sent and then PG is immediately shut down, wouldn't PG want to save that message for processing after
startup?
> Or is the message just discarded?

NOTIFY data is not saved across a shutdown or crash.

(The reason it goes into the WAL stream is so that you can have listeners
on replication slaves, not for recovery purposes.)

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] NOTIFY command impact
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] NOTIFY command impact