libpq on the server - Mailing list pgsql-general

From Wayne Fang
Subject libpq on the server
Date
Msg-id 6.1.2.0.0.20040823085841.02e5deb0@marilyn.barrodale.com
Whole thread Raw
Responses Re: libpq on the server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

For various reasons (parallel structure with existing code, commonality of concepts, etc), we have C language functions
implementedthat use libpq to make a new connection to the same Postgres server.  Yes, I realize libpq is meant for
clientsand SPI for backends.  The question is, are there any technical problems with this?  Will using libpq in the
backenddo Bad Things in unexpected areas/ways? 

The environment ranges from:
Postgres 7.4.2, 7.4.3
RedHat 7.3, 9.0

Thanks,
Wayne


pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: Unsupported 3rd-party solutions (Was: Few questions
Next
From: "A Palmblad"
Date:
Subject: database troubles - various errors