Jose Mendoza <[EMAIL PROTECTED]> writes:
> I would like if it is possible to build a PostgreSQL function in C++.
You can do this to the extent that you're using C++ as "a better C".
As soon as you get into any of the interesting features of the language,
like exceptions or RTTI, you're going to ha
On august 2001 Eniar wrote above this issue the following:
“On Tue, Aug 07, 2001 at 07:49:06AM -0500, Phillip J. Allen wrote:> Hi all,> > I was reading Bruce Momjian book on PostgreSQL and his chapter on user> created functions stated that functions can be written in SQL, PL/PGSQL,> PL/