Re: pgsql function using C++?, or at least C interfacing with C++ lib?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql function using C++?, or at least C interfacing with C++ lib?
Дата
Msg-id 4582.1097985418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql function using C++?, or at least C interfacing with C++ lib?  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
"Dann Corbit" <DCorbit@connx.com> writes:
>> I've got a C++ library I need to use, and I want to use
>> it from a pgsql function.

> If you want to do this, publish an interface in your C++ library with
> the interface functions declared as extern "C"

Note that the backend does not incorporate any C++ library support,
which is rather a severe handicap.  For instance it will probably
not work to use catch/throw constructs.

            regards, tom lane

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

Предыдущее
От: Mike Nolan
Дата:
Сообщение: Re: dealing with invalid date
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: dealing with invalid date