"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