diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:37:44 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:37:44 +0100 |
commit | 77954f996cdb31ead2718aa3a9b4878da382e385 (patch) | |
tree | a3444501ab28a3345d7a76b18c61f2cf60b01254 | |
parent | 854b643c8eb476ab957d83d562c8bfa10586d123 (diff) | |
download | postgresql-77954f996cdb31ead2718aa3a9b4878da382e385.tar.gz postgresql-77954f996cdb31ead2718aa3a9b4878da382e385.zip |
Fix typo
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 3874a3f1ea8..ce395e115a3 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -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 |