Home > extract-pg-schema > InformationSchemaRoutine > dtd_identifier
InformationSchemaRoutine.dtd_identifier property
An identifier of the data type descriptor of the return data type of this function, unique among the data type descriptors pertaining to the function. 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;