Hi,
For various reasons (parallel structure with existing code, commonality of concepts, etc), we have C language functions implemented that use libpq to make a new connection to the same Postgres server. Yes, I realize libpq is meant for clients and SPI for backends. The question is, are there any technical problems with this? Will using libpq in the backend do Bad Things in unexpected areas/ways?
The environment ranges from:
Postgres 7.4.2, 7.4.3
RedHat 7.3, 9.0
Thanks,
Wayne
Responses
pgsql-general by date
| Next: | From: Marc G. Fournier | Date: 2004-08-23 15:59:33 |
| Subject: Re: Unsupported 3rd-party solutions (Was: Few questions |
| Previous: | From: Frank van Vugt | Date: 2004-08-23 15:37:39 |
| Subject: Re: Why does =ANY(<array>) need an extra cast when used |