Skip to content

Home > extract-pg-schema > InformationSchemaRoutine > routine_type

InformationSchemaRoutine.routine_type property

Always FUNCTION (In the future there might be other types of routines.)

Signature:

typescript
routine_type: "FUNCTION" | "PROCEDURE";