libpq on the server

Поиск
Список
Период
Сортировка
От Wayne Fang
Тема libpq on the server
Дата
Msg-id 6.1.2.0.0.20040820085130.02e7ab60@marilyn.barrodale.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: TJ
Дата:
Сообщение: Re: how do I select unions into a temp table
Следующее
От: Jeff Amiel
Дата:
Сообщение: Re: int8, primary key, seq scan