3. Vector Concepts
:
Default Database Characteristics
Share this page
Default Database Characteristics
Vector stores CHAR and VARCHAR data types as UTF-8, using UCS-2 with UCS_BASIC collation. The default normalization form is NFC, but it can be changed to the less common NFD using
createdb ‑n
.