Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive - Mailing list pgsql-general

From Frank van Vugt
Subject Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive
Date
Msg-id 200408152138.50779.ftm.van.vugt@foxi.nl
Whole thread Raw
In response to Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> 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.


pgsql-general by date:

Previous
From: CSN
Date:
Subject: Re: idle processes
Next
From: Peter Eisentraut
Date:
Subject: Re: case insensitive search with greek characters