Question on notifications

From: Alexander Reichstadt <info(at)apfeltaste(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Question on notifications
Date: 2012-04-29 21:13:19
Message-ID: 9D5203A7-70A7-48C1-8AE8-B66BD23E70EC@apfeltaste.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

From the documentation I was able to build a trigger firing upon deletion of a record a function that delivers tablename_operation as a notification one needs to subscribe to. So in terminal I can say LISTEN persons_delete and instantly will receive

Asynchronous notification "persons_delete" received from server process with PID 54790.

if there was a delete. But what I don't fully understand is how to do this with PQnotifies. Following the docu I get no notifications even though I subscribe to them after successfully connecting to the server the same way I do using terminal.

Googling didn't give me examples I was able to use. Please, can someone help?

Thanks
Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Toby Corkindale 2012-04-30 01:19:07 Re: Bug? Query plans / EXPLAIN using gigabytes of memory
Previous Message PostGres 2012-04-29 00:06:31 Re: Deleting PostGres ID Under Windows XP?