Re: .so functions and SQL queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: .so functions and SQL queries
Дата
Msg-id 8387.979917762@sss.pgh.pa.us
обсуждение исходный текст
Ответ на .so functions and SQL queries  (Guillaume Lémery <glemery@comclick.com>)
Список pgsql-general
Guillaume =?ISO-8859-1?Q?L=E9mery?= <glemery@comclick.com> writes:
> So, I was wondering if it is possible to write C function, compiled as
> .so which can perform SQL queries such as SELECT or UPDATE ?

See the SPI features.  I'm not convinced this will give you any huge
performance increase, however, since you still need to get the data
in and out somehow.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: initdb doesn not create template1 database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another optimizer question