pgsql: doc: Fix description of configure --with-icu option

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of configure --with-icu option
Date: 2024-05-02 06:17:47
Message-ID: E1s2PlK-0016gJ-NI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)zeeshan(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/a71023c2-0ae0-45ad-9688-cf3b93d0d65b%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9c1d1bde4487a40e963a9571ee44c90deea71f82

Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-02 06:29:13 pgsql: doc: Fix description of deterministic flag of CREATE COLLATION
Previous Message Alvaro Herrera 2024-05-01 09:51:15 pgsql: Skip invalid database pg_upgrade test on obsolete servers