Re: Does NOTIFY leak information?

2024-12-04 Thread Greg Sabino Mullane
On Wed, Dec 4, 2024 at 8:03 AM PG Doc comments form wrote: > I am interpreting this to mean that if I as user A receive a notification > to > a channel that I have set up, then user B and user C will also see this > notification, irrespective of their various permissions. Am I understanding > thi

Re: Does NOTIFY leak information?

2024-12-04 Thread David G. Johnston
On Tuesday, December 3, 2024, PG Doc comments form wrote: > > I am interpreting this to mean that if I as user A receive a notification > to > a channel that I have set up, then user B and user C will also see this > notification, irrespective of their various permissions. Am I understanding > th

Does NOTIFY leak information?

2024-12-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-notify.html Description: Hi, The documentation (https://www.postgresql.org/docs/17/sql-notify.html) for the NOTIFY command begins with the following statements: The NOTIFY command se