prev <<
9 PostgreSQL features I wish I learned earlier
>> next
Bonus: Answers to previous questions
NOTIFY payload has a max length of 8000 bytes.
Instead of concatenating the payload, I could use
row_to_json
. Which might be problematic given the 8000 bytes limit...