Home > extract-pg-schema > InformationSchemaDomain > dtd_identifier
InformationSchemaDomain.dtd_identifier property
An identifier of the data type descriptor of the domain, unique among the data type descriptors pertaining to the domain (which is trivial, because a domain only contains one data type descriptor). This is mainly useful for joining with other instances of such identifiers. (The specific format of the identifier is not defined and not guaranteed to remain the same in future versions.)
Signature:
typescript
dtd_identifier: string | null;