Skip to content

Home > extract-pg-schema > InformationSchemaRoutine > routine_definition

InformationSchemaRoutine.routine_definition property

The source text of the function (null if the function is not owned by a currently enabled role)

Signature:

typescript
routine_definition: string | null;