Re: C++ Trigger Framework

2022-02-26 Thread Shmuel Kamensky
OK, great thank you, Buce! I'll check back in with any interesting results when I have something running (probably in a few months to a year since I don't yet know C++ very well :-)).

Re: C++ Trigger Framework

2022-02-25 Thread Bruce Momjian
On Tue, Feb 22, 2022 at 11:33:05PM +0200, Shmuel Kamensky wrote: > Hi Nathan, > > Thanks for the reply. I did indeed read that document and it's a great place > to > get started. But it doesn't quite answer my questions. Do you personally have > experience writing software in C++ that interacts w

Re: C++ Trigger Framework

2022-02-23 Thread Shmuel Kamensky
Hi Nathan, Thanks for the reply. I did indeed read that document and it's a great place to get started. But it doesn't quite answer my questions. Do you personally have experience writing software in C++ that interacts with Postgres? On Tue, Feb 22, 2022, 23:07 Nathan Bossart wrote: > On Tue, F

Re: C++ Trigger Framework

2022-02-22 Thread Nathan Bossart
On Tue, Feb 22, 2022 at 04:02:39PM +0200, Shmuel Kamensky wrote: > I'm interested in creating a Postgres extension that would enable > developers to write triggers in (modern) C++. Does anyone know if there is > already some sort of translation wrapper between the native Postgres C > API's and C++?