Re: C++ Trigger Framework

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Shmuel Kamensky <shmuelkamensky(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: C++ Trigger Framework
Date: 2022-02-25 18:45:31
Message-ID: YhkjyzSYykwtVOsu@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 with Postgres?

As far as I know, it should just work like C. I know you can compile
the backend server using a C++ compiler because we get bug reports when
we break it.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2022-02-25 18:48:05 Re: Using operators to do query hints
Previous Message Jonathan S. Katz 2022-02-25 18:40:54 Re: Proposal: Support custom authentication methods using hooks