Using a C++ library in PostgreSQL - Mailing list pgsql-hackers

From Xin Wang
Subject Using a C++ library in PostgreSQL
Date
Msg-id 231be6140907190713n56c20117m711a2b6bae490b45@mail.gmail.com
Whole thread Raw
Responses Re: Using a C++ library in PostgreSQL
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: generic explain options v3 - RR Review
Next
From: Alvaro Herrera
Date:
Subject: Re: commitfest application question