Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive

Поиск
Список
Период
Сортировка
От Frank van Vugt
Тема Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive
Дата
Msg-id 200408152138.50779.ftm.van.vugt@foxi.nl
обсуждение исходный текст
Ответ на Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: CSN
Дата:
Сообщение: Re: idle processes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: case insensitive search with greek characters