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 i
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 lik
Would you tell us exactly what this is.
---
Darko Prenosil wrote:
> Tree weeks later than I promised, but it is finished (I hope).
>
> In attachment are files:
> dblink.c
> dblink.h
> dblink.sql.in
>