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

From: Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: (libpq) listen/notify messages are converted to lowercase and/or are case insensitive
Date: 2004-08-15 19:38:50
Message-ID: 200408152138.50779.ftm.van.vugt@foxi.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-15 19:42:01 Re: case insensitive search with greek characters
Previous Message CSN 2004-08-15 19:15:04 Re: idle processes