Re: [GENERAL] SPI and Libpq

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Re: [GENERAL] SPI and Libpq
Дата
Msg-id 3607F5F3.3B527647@insightdist.com
обсуждение исходный текст
Ответ на SPI and Libpq  (Anand Surelia <anand@bytekinc.com>)
Список pgsql-general
SPI - Server Programming Interface is for coding C functions in the
backend.  Thus triggers can reference functions created using SPI..

Libpq  is a front-end (or client side)  API.

Anand Surelia wrote:

> Hi,
> Can anyone tell me what is the difference between the SPI and the Libpq
> interfaces and when to use what?
> I am writing some functions that will be used by triggers. What
> interface should I use to implement those functions?
> Thanks,
> Anand




В списке pgsql-general по дате отправления:

Предыдущее
От: Anand Surelia
Дата:
Сообщение: SPI and Libpq
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Limit on multi-field indexes?