diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-05-21 19:06:00 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-05-21 19:06:00 +0000 |
commit | 0a2682445ebad57f911ed52f0634d1520164c319 (patch) | |
tree | 556dbb19dabea160356bce77bf534d57d471af8b /src | |
parent | 38f5fdb1e90befdf467a2a2fc9d88f451bf0f1c3 (diff) | |
download | postgresql-0a2682445ebad57f911ed52f0634d1520164c319.tar.gz postgresql-0a2682445ebad57f911ed52f0634d1520164c319.zip |
Spell long option with -c not --, for compatibility's sake.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/initdb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index ae434894a2d..4a4dc71717a 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -27,7 +27,7 @@ # Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.154 2002/05/17 02:20:26 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.155 2002/05/21 19:06:00 tgl Exp $ # #------------------------------------------------------------------------- @@ -621,7 +621,7 @@ echo "ok" # To break an SQL command across lines in this script, backslash-escape all # internal newlines in the command. -PGSQL_OPT="$PGSQL_OPT -O --search_path=pg_catalog" +PGSQL_OPT="$PGSQL_OPT -O -c search_path=pg_catalog" $ECHO_N "initializing pg_shadow... "$ECHO_C |