Re: Notifications

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>
Cc: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Notifications
Date: 2004-12-16 16:41:47
Message-ID: 25438.1103215307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Donald Fraser" <postgres(at)kiwi-fraser(dot)net> writes:
> I'm having problems receiving NOTIFY messages when outside our local =
> network.
> I have dissabled firewall setting but nothing seems to fix the problem.
> I was wandering if NOTIFY messages use UDP or TCP, as that would =
> possibly explain why they are not arriving?

You're certainly barking up the wrong tree. NOTIFY messages go through
your regular database connection --- if you are able to connect to the
database at all, you can get NOTIFY messages.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-12-16 16:43:43 Re: missing schemas from template1
Previous Message Tom Lane 2004-12-16 16:25:46 Re: CREATE USER ...