From 1944bff1d6311735df02aa714c7966281ff97a53 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 9 May 2002 13:30:24 +0000 Subject: Make initdb print a message about which locale it is about to use. Re-add warning if the locale prevents LIKE-optimization. Done within initdb now. --- doc/src/sgml/runtime.sgml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 5332808fe77..70131be3a27 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -145,11 +145,10 @@ postgres$ initdb -D /usr/local/pgsql/data linkend="locale">. One surprise you might encounter while running initdb is a notice similar to this: -WARNING: Initializing database with en_US collation order. - This locale setting will prevent use of index optimization for - LIKE and regexp searches. If you are concerned about speed of - such queries, you may wish to set LC_COLLATE to "C" and - re-initdb. For more information see the Administrator's Guide. +The database cluster will be initialized with locale de_DE. +This locale setting will prevent the use of indexes for pattern matching +operations. If that is a concern, rerun initdb with the collation order +set to "C". For more information see the Administrator's Guide. This is intended to warn you that the currently selected locale will cause indexes to be sorted in an order that prevents them from -- cgit v1.2.3