prorm API Reference
    Preparing search index...

    Enumeration RoutineLanguage

    Languages a routine body can be written in.

    Index
    Sql: "SQL"
    PlPgSql: "plpgsql"
    PlPython: "plpython3u"
    PlPerl: "plperl"
    PlV8: "plv8"
    PlR: "plr"
    C: "c"

    Compiled and loaded from a shared library — see createExternalFunction.