aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-05-02 07:55:53 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-05-02 07:55:53 +0200
commit9c1d1bde4487a40e963a9571ee44c90deea71f82 (patch)
treefeb61605a86a16af4aebc6f5f4c03bbcb1fcdf2f /doc/src
parent56455ebd354e35ebd9d17455759abda70f9edcea (diff)
downloadpostgresql-9c1d1bde4487a40e963a9571ee44c90deea71f82.tar.gz
postgresql-9c1d1bde4487a40e963a9571ee44c90deea71f82.zip
doc: Fix description of configure --with-icu option
It was claiming that the ICU locale provider is used by default, which is not correct. (From commit fcb21b3acdc; it was once contemplated to make it the default, but it wouldn't have been part of that patch in any case.) Reviewed-by: Kashif Zeeshan <kashi.zeeshan@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/a71023c2-0ae0-45ad-9688-cf3b93d0d65b%40eisentraut.org
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index a453f804cd6..1b32d5ca62c 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -167,7 +167,7 @@
<listitem>
<para>
- The ICU locale provider (see <xref linkend="locale-providers"/>) is used by default. If you don't want to use it then you must specify the <option>--without-icu</option> option to <filename>configure</filename>. Using this option disables support for ICU collation features (see <xref linkend="collation"/>).
+ The ICU library is used by default. If you don't want to use it then you must specify the <option>--without-icu</option> option to <filename>configure</filename>. Using this option disables support for ICU collation features (see <xref linkend="collation"/>).
</para>
<para>
ICU support requires the <productname>ICU4C</productname> package to be