Re: Size limit for NOTIFY payload

2024-12-20 Thread Greg Sabino Mullane
On Fri, Dec 20, 2024 at 5:53 AM wrote: > Well, as I said, that's a *text* value with a *byte* limit. The > documentation should definitely mention something like *"with the default > database encoding"*. > I'm not sure why you think adding such wordage is needed. Bytes is bytes. Your application

Re: Size limit for NOTIFY payload

2024-12-20 Thread sulfinu
Well, as I said, that's a *text* value with a *byte* limit. The documentation should definitely mention something like *"with the default database encoding"*. În mie., 18 dec. 2024 la 18:29, Tom Lane a scris: > sulf...@gmail.com writes: > > What's the character encoding of the NOTIFY payload, is

Re: Size limit for NOTIFY payload

2024-12-18 Thread Tom Lane
sulf...@gmail.com writes: > What's the character encoding of the NOTIFY payload, is it the default > database encoding? It's whatever encoding your database uses; NOTIFY doesn't do any transcoding. (We'd have to think harder about that if NOTIFY messages could cross database boundaries ... but th