Re: Notiffy problem - Mailing list pgsql-general

From adasko98
Subject Re: Notiffy problem
Date
Msg-id 1341306495199-5715157.post@n5.nabble.com
Whole thread Raw
In response to Re: Notiffy problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi thanks for help. Now i know why pg_notify() does not works for me. I'm
named listener in c# code 'Demo' and this is a problem. In name can't be a
capital letter because postges change this name to small letter i think. So
if someone want use pg_notify use only small letter like this
"pg_notify('demo', variable);" and it will be works

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Notiffy-problem-tp5714744p5715157.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: "Pawel S. Veselov"
Date:
Subject: Re: errors with high connections rate
Next
From: AI Rumman
Date:
Subject: Where should I start for learn development