> You had the right idea: the arguments of listen and notify commands are
> identifiers. I don't know what convinced you otherwise.
Ah, this was the one I missed and somehow it confused me:
f4t=# listen "z";
LISTEN
f4t=# notify Z;
NOTIFY
Asynchronous notification "z" received from server process with PID 1800.
f4t=# notify "Z";
NOTIFY
Oh, and of course, _now_ the mentioning of 'identifier' in the notify-docs get
noticed as well ;)
Thanks to the both of you !
--
Best,
Frank.