mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Fix typo
This commit is contained in:
parent
a87c0c7631
commit
0f1fbe7122
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
|
|||
<note>
|
||||
<para>
|
||||
By design, ICU will accept almost any string as a locale name and match
|
||||
it to the closet locale it can provide, using the fallback procedure
|
||||
it to the closest locale it can provide, using the fallback procedure
|
||||
described in its documentation. Thus, there will be no direct feedback
|
||||
if a collation specification is composed using features that the given
|
||||
ICU installation does not actually support. It is therefore recommended
|
||||
|
|
|
|||
Loading…
Reference in a new issue