Re: Listen and Notify - Mailing list pgsql-general

From Tom Lane
Subject Re: Listen and Notify
Date
Msg-id 8224.1335799077@sss.pgh.pa.us
Whole thread Raw
In response to Listen and Notify  (Alexander Reichstadt <lxr@mac.com>)
List pgsql-general
Alexander Reichstadt <lxr@mac.com> writes:
> But what I don't fully understand is how to do this with PQnotifies. Following the docu I get no notifications even
thoughI subscribe to them after successfully connecting to the server the same way I do using terminal. 

Maybe you forgot PQconsumeInput?  There's a working example in the
source tree:

http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/examples/testlibpq2.c

            regards, tom lane

pgsql-general by date:

Previous
From: "J.V."
Date:
Subject: Re: How to update a newly added column with sub selects?
Next
From: Merlin Moncure
Date:
Subject: Re: Listen and Notify