|
Key
Full normalization is important in some cases, such as when
- multiple accents are applied to a single character. For instance,
- 'ệ' can be composed of code points
- U&'\0065\0323\0302' or
- U&'\0065\0302\0323'. With full normalization
+ multiple accents are applied to a single character. For example,
+ the code point sequences U&'\0065\0323\0302'
+ and U&'\0065\0302\0323' represent
+ an e with circumflex and dot-below accents
+ applied in different orders. With full normalization
on, these code point sequences are treated as equal; otherwise they
are unequal.
-Change date_trunc(unit, timestamptz, time_zone) to be an immutable function (Przemysław Sztoch)
+Change date_trunc(unit, timestamptz, time_zone) to be an immutable function (Przemyslaw Sztoch)