Using a C++ library in PostgreSQL

Поиск
Список
Период
Сортировка
От Xin Wang
Тема Using a C++ library in PostgreSQL
Дата
Msg-id 231be6140907190713n56c20117m711a2b6bae490b45@mail.gmail.com
обсуждение исходный текст
Ответы Re: Using a C++ library in PostgreSQL  (Sam Mason <sam@samason.me.uk>)
Список pgsql-hackers
Hi all,
    My research project is based on PostgreSQL. I want to get the Post-Schema-Validation-Infoset (PSVI)
of an XML document being stored. However, the current libxml2 library does not support PSVI at all. So
I have to use the Xerces C++ library in PostgreSQL. But I wonder if it is possible to call a C++ API in
a C code base. 
   Could anyone here give me some guidelines to do it? Can the recently discussed "Mostly Harmless C++"
patch be helpful to what I want to do?

Thank you in advance!
Xin Wang

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: generic explain options v3 - RR Review
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: commitfest application question