|
27 | 27 | # Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
28 | 28 | # Portions Copyright (c) 1994, Regents of the University of California
|
29 | 29 | #
|
30 |
| -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.153 2002/05/09 13:30:24 petere Exp $ |
| 30 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.154 2002/05/17 02:20:26 tgl Exp $ |
31 | 31 | #
|
32 | 32 | #-------------------------------------------------------------------------
|
33 | 33 |
|
@@ -466,11 +466,11 @@ echo
|
466 | 466 |
|
467 | 467 | TAB=''
|
468 | 468 |
|
469 |
| -iftest`pg_getlocale CTYPE` =`pg_getlocale COLLATE` \ |
470 |
| -&&test`pg_getlocale CTYPE` =`pg_getlocale TIME` \ |
471 |
| -&&test`pg_getlocale CTYPE` =`pg_getlocale NUMERIC` \ |
472 |
| -&&test`pg_getlocale CTYPE` =`pg_getlocale MONETARY` \ |
473 |
| -&&test`pg_getlocale CTYPE` =`pg_getlocale MESSAGES` |
| 469 | +iftestx`pg_getlocale CTYPE` =x`pg_getlocale COLLATE` \ |
| 470 | +&&testx`pg_getlocale CTYPE` =x`pg_getlocale TIME` \ |
| 471 | +&&testx`pg_getlocale CTYPE` =x`pg_getlocale NUMERIC` \ |
| 472 | +&&testx`pg_getlocale CTYPE` =x`pg_getlocale MONETARY` \ |
| 473 | +&&testx`pg_getlocale CTYPE` =x`pg_getlocale MESSAGES` |
474 | 474 | then
|
475 | 475 | echo"The database cluster will be initialized with locale`pg_getlocale CTYPE`."
|
476 | 476 | else
|
|
480 | 480 | fi
|
481 | 481 |
|
482 | 482 | # (Be sure to maintain the correspondence with locale_is_like_safe() in selfuncs.c.)
|
483 |
| -iftest`pg_getlocale COLLATE`!=C&&test`pg_getlocale COLLATE`!=POSIX;then |
| 483 | +iftestx`pg_getlocale COLLATE`!=xC&&testx`pg_getlocale COLLATE`!=xPOSIX;then |
484 | 484 | echo"This locale setting will prevent the use of indexes for pattern matching"
|
485 | 485 | echo"operations. If that is a concern, rerun$CMDNAME with the collation order"
|
486 | 486 | echo"set to\"C\". For more information see the Administrator's Guide."
|
|