Re: A simple extension immitating pg_notify

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: A simple extension immitating pg_notify
Дата
Msg-id 58f25c32-7c86-abaf-f1d6-34ae744e9951@hogranch.com
обсуждение исходный текст
Ответ на A simple extension immitating pg_notify  (Mehran Ziadloo <mehran20@hotmail.com>)
Ответы Re: A simple extension immitating pg_notify  (Mehran Ziadloo <mehran20@hotmail.com>)
Список pgsql-general
On 7/23/2016 8:24 PM, Mehran Ziadloo wrote:
> 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!
>

how would a 'database' receive a notification?   notifications are sent
from SQL running on the database server to a listening client app.



--
john r pierce, recycling bits in santa cruz



В списке pgsql-general по дате отправления:

Предыдущее
От: Mehran Ziadloo
Дата:
Сообщение: A simple extension immitating pg_notify
Следующее
От: Mehran Ziadloo
Дата:
Сообщение: Re: A simple extension immitating pg_notify