Home > extract-pg-schema > InformationSchemaRoutine > routine_body
InformationSchemaRoutine.routine_body property
If the function is an SQL function, then SQL, else EXTERNAL
Signature:
typescript
routine_body: "SQL" | "EXTERNAL";