using c++ for functions

From: David GROSS <David(dot)Gross(at)wanadoo(dot)fr>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: using c++ for functions
Date: 1998-07-13 07:06:43
Message-ID: 35A9B202.90637974@wanadoo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I would like to know if it is possible to use C++ code
to define new functions in Postgres, something like :

create function ... returns ... as '...' language 'c++';

It works very well for C functions, but with C++ (on unix/linux
systems), postgres
can't find the function in the symbol table.

Does anyone knows ?

Thanks,

David
dgross(at)lri(dot)fr

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message JohnDz 1998-07-13 10:39:37 Re: [INTERFACES] Character mode forms designer
Previous Message Bruce Momjian 1998-07-13 02:51:55 atttypmod now 32 bits, interface change