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

Size limit for NOTIFY payload

2024-12-18 Thread sulfinu
Hello, according to the documentation , the payload given in a NOTIFY statement must not exceed a certain limit *in bytes*. But the payload is a character string, therefore the limit remains unclear. What's the character encoding of the NOT