diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-05-02 07:55:53 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-05-02 08:12:05 +0200 |
commit | 0e66ed142106f8397bbb1f0be736f7d808b9493f (patch) | |
tree | b744bf1eccaa5545402fc7c8806d1076a1157c19 | |
parent | 5a0ac6855a21917ada42d8bb83d3d5ac4c2eeda8 (diff) | |
download | postgresql-0e66ed142106f8397bbb1f0be736f7d808b9493f.tar.gz postgresql-0e66ed142106f8397bbb1f0be736f7d808b9493f.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
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c8cc116283d..95f6cc834d6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -149,7 +149,7 @@ documentation. See standalone-profile.xsl for details. <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 |