doc: Fix description of configure --with-icu option
authorPeter Eisentraut <[email protected]>
Thu, 2 May 2024 05:55:53 +0000 (07:55 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 2 May 2024 05:55:53 +0000 (07:55 +0200)
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 <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/a71023c2-0ae0-45ad-9688-cf3b93d0d65b%40eisentraut.org

doc/src/sgml/installation.sgml

index a453f804cd634942e3363653396c330ba916f44e..1b32d5ca62c1f53c9646ff1fbae311fbab554d6d 100644 (file)
 
     <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