Home > extract-pg-schema > InformationSchemaRoutine > is_deterministic
InformationSchemaRoutine.is_deterministic property
If the function is declared immutable (called deterministic in the SQL standard), then YES, else NO
Signature:
typescript
is_deterministic: YesNo;