Re: plpq

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: plpq
Дата
Msg-id 200210291739.g9THdeX06374@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: plpq  (Darko Prenosil <darko.prenosil@finteh.hr>)
Список pgsql-hackers
Darko Prenosil wrote:
>     It is wrapper about libpq client library functions for use in PL/PSQL.
> I agreed with Joe Conway that it may fit within dblink, because dblink is much
> more easy to work with than the libpq, but sometimes it is Just not enough.
> So, the idea is to re-implement all important libpq functions like 
> PQConnectdb,
> PQExec ... and make one postgres server become just a client for another (or 
> another's) postgres server. As You know, dblink still does not support 
> simultaneous connections to two different databases, but with this it can !
> I agreed with Joe that when he is back from holiday he will take a look.

Brilliant idea.  I assume you added those functions and rewrote dblink
to use them.  dblink already is great, but by adding libpq inside
plpgsql, all sorts of other things become possible.  

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: "Magnus Naeslund(f)"
Дата:
Сообщение: Re: Request for supported platforms
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.3b3 on MacOSX 10.2.1