Module pgrx::fn_call

source ·

Enums§

Traits§

  • Augments types that can be used as fn_call arguments. This is only implemented for the Arg enum.

Functions§

  • Dynamically call a named function in the current database. The function must be one previously defined by CREATE FUNCTION. Its underlying LANGUAGE is irrelevant – call LANGUAGE sql, LANGUAGE plpgsql, LANGUAGE plperl, or (our favorite) LANGUAGE plrust functions.

Type Aliases§