Re: Allow LISTEN on patterns

Поиск
Список
Период
Сортировка
От Trey Boudreau
Тема Re: Allow LISTEN on patterns
Дата
Msg-id 59FCA2FE-80BB-46D4-9B8B-0BBB40D24FF9@treysoft.com
обсуждение исходный текст
Ответ на Re: Allow LISTEN on patterns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Allow LISTEN on patterns
Re: Allow LISTEN on patterns
Список pgsql-hackers
> On Mar 5, 2025, at 10:42 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Anyway, I encourage reading some of the past threads on this
> topic.
>
I didn’t see any past references to the pg_notify() ‘anomaly’:

LISTEN FOO;
NOTIFY FOO, ‘BAR’; -- notification delivered
PERFORM pg_notify(‘FOO’, ‘BAR’); -- notification NOT delivered
PERFORM pg_notify(‘foo’, ‘BAR’); -- notification delivered

Can we come to some agreement on if we should consider this a bug?

— Trey


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