|
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.154 2002/05/17 02:20:26 tgl Exp $ |
| 30 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.155 2002/05/21 19:06:00 tgl Exp $ |
31 | 31 | #
|
32 | 32 | #-------------------------------------------------------------------------
|
33 | 33 |
|
@@ -621,7 +621,7 @@ echo "ok"
|
621 | 621 | # To break an SQL command across lines in this script, backslash-escape all
|
622 | 622 | # internal newlines in the command.
|
623 | 623 |
|
624 |
| -PGSQL_OPT="$PGSQL_OPT -O --search_path=pg_catalog" |
| 624 | +PGSQL_OPT="$PGSQL_OPT -O -csearch_path=pg_catalog" |
625 | 625 |
|
626 | 626 | $ECHO_N"initializing pg_shadow..."$ECHO_C
|
627 | 627 |
|
|