Re: [DOCS] Prepare transaction doesn't mention NOTIFY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [DOCS] Prepare transaction doesn't mention NOTIFY
Дата
Msg-id 14803.1509116340@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [DOCS] Prepare transaction doesn't mention NOTIFY  (mark@inomial.com)
Список pgsql-docs
mark@inomial.com writes:
> Hi, in prepare transaction documentation in PG10 and earlier, it says that
> you can't prepare a transaction with LISTEN or UNLISTEN but it doesn't
> mention NOTIFY.

Yup, that's an oversight --- fixed.

> I know this isn't the place to ask (and I'll never see the answer :) but I'm
> baffled by the lack of support for NOTIFY in prepared transactions,

The big problem is that we can't do anything at PREPARE time to guarantee
that the NOTIFY will succeed.  Admittedly, the queue is large enough that
failure to insert the message isn't too likely, but "probably it will
work" is not the semantics we want from PREPARE.
        regards, tom lane


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

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

Предыдущее
От: fabiolaquijano@gmail.com
Дата:
Сообщение: [DOCS] Collate
Следующее
От: exclusion@gmail.com
Дата:
Сообщение: [DOCS] Typo in word "closest"