PostgreSQL functions, also known as stored procedures, are powerful tools that allow you to encapsulate complex logic within the database itself. They can be written in various languages supported by ...
ALTER FUNCTION functest_C_1(int) IMMUTABLE; -- unrelated change, no effect ALTER FUNCTION functest_C_2(int) SECURITY INVOKER; ALTER FUNCTION functest_C_3(int) SECURITY DEFINER; ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results