Picture of iqbal
Registered 5 years 335 days
iqbal Friday, 18 August 2023, 02:44 PM
Can I create postgresql triggers and functions using Innovaphone sdk
Hi
can I create postgresql triggers and functions using C++ SDK.
do you have any example code for that ?

Best regards
Iqbal
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 235 days
Daniel Deterding (innovaphone) Monday, 21 August 2023, 07:58 AM
Re: Can I create postgresql triggers and functions using Innovaphone sdk
Hi Iqbal,

the SDK doesn't offer specific functionality for postgresql triggers and functions, but you can still use them with standard IDatabase functionatlity.

E.g. on every instance start execute a CREATE OR REPLACE FUNCTION with database->ExecSql

Greetings,
Daniel
← You can define your color theme preference here