Re: Writing triggers in C++

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Writing triggers in C++
Дата
Msg-id 45D2F9F4.7050602@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Writing triggers in C++  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Writing triggers in C++  ("Florian G. Pflug" <fgp@phlo.org>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: 8.1 stats issues on Win32
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Writing triggers in C++