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

Re: docs are incomplete or wrong...

2024-12-18 Thread David G. Johnston
On Thursday, December 12, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/tutorial-createdb.html > Description: > > Folowing the online docs @ > https://www.postgresql.org/docs/17/tutorial-created

Re: docs are incomplete or wrong...

2024-12-18 Thread Ian Lawrence Barwick
2024年12月18日(水) 18:58 PG Doc comments form : > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/tutorial-createdb.html > Description: > > Folowing the online docs @ > https://www.postgresql.org/docs/17/tutorial-createdb.html > it says

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

docs are incomplete or wrong...

2024-12-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/tutorial-createdb.html Description: Folowing the online docs @ https://www.postgresql.org/docs/17/tutorial-createdb.html it says: "To create a new database, in this example named mydb, you