mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Spell long option with -c not --, for compatibility's sake.
This commit is contained in:
parent
38f5fdb1e9
commit
0a2682445e
@ -27,7 +27,7 @@
|
|||||||
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||||
# Portions Copyright (c) 1994, Regents of the University of California
|
# 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
|
# To break an SQL command across lines in this script, backslash-escape all
|
||||||
# internal newlines in the command.
|
# 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
|
$ECHO_N "initializing pg_shadow... "$ECHO_C
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user