Skip to content

Home > extract-pg-schema > InformationSchemaDomain > collation_catalog

InformationSchemaDomain.collation_catalog property

Name of the database containing the collation of the domain (always the current database), null if default or the data type of the domain is not collatable

Signature:

typescript
collation_catalog: string | null;