Thanks David! This is what I needed. I figured I was looking in the wrong
place.
On Thu, Dec 11, 2014 at 10:58 AM, David G Johnston <
david.g.johns...@gmail.com> wrote:
> Jim McLaughlin wrote
> > Hi all,
> >
> > I am rewriting a pljava procedure in C++ with libpq.
Hi all,
I am rewriting a pljava procedure in C++ with libpq. This procedure needs
to access some temp tables that the calling procedure creates and
populates. It seems that the connection created by PQconnectdb creates a
new connection (I have tried all permutations of conninfo I could think
of).