Re: Size limit for NOTIFY payload

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: sulfinu@gmail.com
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-12-18T16:29:20Z
Lists: pgsql-docs
sulfinu@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 they don't today.)

			regards, tom lane