Discussion Results:
.pg_service.conf
is implemented in libpq
so all clients using this should be able to use the feature.
- 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...