Skip to content

Home > extract-pg-schema > InformationSchemaDomain > interval_type

InformationSchemaDomain.interval_type property

If data_type identifies an interval type, this column contains the specification which fields the intervals include for this domain, e.g., YEAR TO MONTH, DAY TO SECOND, etc. If no field restrictions were specified (that is, the interval accepts all fields), and for all other data types, this field is null.

Signature:

typescript
interval_type: string | null;