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