Re: Allow LISTEN on patterns - Mailing list pgsql-hackers

From Trey Boudreau
Subject Re: Allow LISTEN on patterns
Date
Msg-id 59FCA2FE-80BB-46D4-9B8B-0BBB40D24FF9@treysoft.com
Whole thread Raw
In response to Re: Allow LISTEN on patterns  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Allow LISTEN on patterns
Re: Allow LISTEN on patterns
List 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 by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: new commitfest transition guidance
Next
From: Andres Freund
Date:
Subject: Re: Should we add debug_parallel_query=regress to CI?