Re: Writing triggers in C++

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jacob Rief <jacob(dot)rief(at)gmx(dot)at>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Writing triggers in C++
Date: 2007-02-14 12:00:52
Message-ID: 45D2F9F4.7050602@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Jacob Rief <jacob(dot)rief(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2007-02-14 13:06:35 Re: Writing triggers in C++
Previous Message Dave Page 2007-02-14 11:29:58 Re: 8.1 stats issues on Win32