diff options
| author | Peter Eisentraut | 2023-03-10 12:35:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2023-03-10 12:35:43 +0000 |
| commit | 0d21d4b9bc1f9da9dda29e5c4db0c6dd45408aaa (patch) | |
| tree | 421b155ad9135a9d477832a559e6b20dfb8ba14e /src/include | |
| parent | 6ad5793a491a2e70e5610988a13f31f43c8946ad (diff) | |
Add standard collation UNICODE
This adds a new predefined collation named UNICODE, which sorts by the
default Unicode collation algorithm specifications, per SQL standard.
This only works if ICU support is built.
Reviewed-by: Jeff Davis <pgsql@j-davis.com>
Discussion: https://www.postgresql.org/message-id/flat/1293e382-2093-a2bf-a397-c04e8f83d3c2@enterprisedb.com
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 24d866badf0..5d1b957ed44 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202303081 +#define CATALOG_VERSION_NO 202303101 #endif |
