Re: [GENERAL] Networking feature for postgresql...

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: [GENERAL] Networking feature for postgresql...
Дата
Msg-id 416E35A3.3050400@archonet.com
обсуждение исходный текст
Ответ на Networking feature for postgresql...  ("Katsaros Kwn/nos" <ntinos@aueb.gr>)
Ответы Re: [GENERAL] Networking feature for postgresql...  ("Katsaros Kwn/nos" <ntinos@aueb.gr>)
Список pgsql-hackers
Katsaros Kwn/nos wrote:
> Hi,
>
> I'm trying to add a -project specific- networking feature to my postgres
> build (or database as function). What I want to do is to send a Query
> instance (as a String-retrieved through an SPI function) to other
> machines and (after they have executed it) to receive result tuples.
> It's about a mediator-wrapper project. My first thought was to write 2
> SPI functions (one for the server (concurrent) and the other for client)
> but I'm not sure if this is going to work. I'm worried about setting up
> the server process running on the background while other SPI calls are
> made.

Have you looked at the dblink code?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "Zeugswetter Andreas DAZ SD"
Дата:
Сообщение: Re: plans for bitmap indexes?
Следующее
От: "Katsaros Kwn/nos"
Дата:
Сообщение: Re: [GENERAL] Networking feature for postgresql...