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

From: Eric Parusel <lists(at)globalrelay(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: pgsql function using C++?, or at least C interfacing with C++ lib?
Date: 2004-10-16 23:12:03
Message-ID: 4171AAC3.7080103@globalrelay.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I've got a C++ library I need to use, and I want to use it from a pgsql
function.
Would anyone happen to have any examples of how to accomplish something
like this?
I see examples of C-based functions for pgsql (like dbsize, etc, in
contrib).

Which way should I go about this?

1) C based function, calling a C++ library (is this possible?)
2) C++ based function, calling a C++ library (I read in the pgsql docs
that compiling C++ code for use with pgsql is either partially
incompatible, or just a bad idea?)

Also note that I would like to pass the function the following arguments:
int4, _varchar (array of varchars)

Any help would be appreciated, I'm not incredibly experienced in these
matters.

Thanks,
Eric

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2004-10-16 23:21:53 Re: pgsql function using C++?, or at least C interfacing with C++ lib?
Previous Message Gaetano Mendola 2004-10-16 22:44:27 Re: Change query priority