A simple extension immitating pg_notify - Mailing list pgsql-general

From Mehran Ziadloo
Subject A simple extension immitating pg_notify
Date
Msg-id DUB121-W13322AE2F6D227FF6900F7D00C0@phx.gbl
Whole thread Raw
Responses Re: A simple extension immitating pg_notify
List pgsql-general
Hello everyone,

I'm looking for a way to send notifications from within one database to
another. As if pg_notify accepted a database name, or even to all of the
databases. So far I could not find a way to do so. Then someone told me that I
need to implement this feature myself and add it PostgreSQL as an extension.

Being new to extension development, I have no idea where to start. Can someone
please guide me to the right direction? I'm sure implementing such a function
is pretty simple but only if you know where to start, which I don't!

Regards,
Mehran

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: yum repo, pgloader
Next
From: John R Pierce
Date:
Subject: Re: A simple extension immitating pg_notify