Re: Writing triggers in C++ - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Writing triggers in C++
Date
Msg-id 45D2F9F4.7050602@pse-consulting.de
Whole thread Raw
In response to Re: Writing triggers in C++  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Writing triggers in C++
List pgsql-hackers
Tom Lane wrote:
> Jacob Rief <jacob.rief@gmx.at> writes:
>   
>> I tried to write a trigger using C++.
>>     
>
> That is most likely not going to work anyway, because the backend
> operating environment is C not C++.  If you dumb it down enough
> --- no exceptions, no RTTI, no use of C++ library --- then it might
> work, 
I can confirm that it does work this way.

Regards,
Andreas



pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: 8.1 stats issues on Win32
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Writing triggers in C++