Skip to content

Home > extract-pg-schema > InformationSchemaDomain > character_octet_length

InformationSchemaDomain.character_octet_length property

If the domain has a character type, the maximum possible length in octets (bytes) of a datum; null for all other data types. The maximum octet length depends on the declared character maximum length (see above) and the server encoding.

Signature:

typescript
character_octet_length: number | null;