Expand description
User-defined functions (SQL or PL/pgSQL).
Structs§
- Function
- A user-defined function (SQL or PL/pgSQL).
- Function
Arg - A single argument declaration in a function or procedure.
- Normalized
ArgTypes - Normalized argument types — function identity disambiguator.
- Table
Column - A column definition in a RETURNS TABLE clause.
Enums§
- ArgMode
- Argument passing mode.
- Function
Language - Implementation language of a function or procedure.
- Parallel
Safety - Parallel safety classification for a function.
- Return
Type - Return type of a function.
- Security
Mode - Security execution context.
- Volatility
- Volatility category of a function.