+ Record and check the collation
version of each
linkend="sql-createdatabase">database (Peter Eisentraut)
- This is designed to detect collation
+ This is designed to detect collation version
mismatches to avoid data corruption. Function
pg_database_collation_actual_version()
reports the underlying operating system collation version, and
ALTER DATABASE ... REFRESH sets the database
- to match the operating system collation version. DETAILS?
+ to match the operating system collation version.
- Previously,
ICU collations could only be
- specified in CREATE
- COLLATION and used with the
+ Previously, only
libc-based
+ collations could be set at the cluster and database levels.
+
ICU collations were previously limited
+ to CREATE
+ COLLATION and referenced by the
COLLATE clause.