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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to