Home > extract-pg-schema > InformationSchemaRoutine > security_type
InformationSchemaRoutine.security_type property
If the function runs with the privileges of the current user, then INVOKER, if with defined user then DEFINER
Signature:
typescript
security_type: "INVOKER" | "DEFINER";