Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a26824

Browse files
committed
Spell long option with -c not --, for compatibility's sake.
1 parent38f5fdb commit0a26824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
2828
# Portions Copyright (c) 1994, Regents of the University of California
2929
#
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 $
3131
#
3232
#-------------------------------------------------------------------------
3333

@@ -621,7 +621,7 @@ echo "ok"
621621
# To break an SQL command across lines in this script, backslash-escape all
622622
# internal newlines in the command.
623623

624-
PGSQL_OPT="$PGSQL_OPT -O --search_path=pg_catalog"
624+
PGSQL_OPT="$PGSQL_OPT -O -csearch_path=pg_catalog"
625625

626626
$ECHO_N"initializing pg_shadow..."$ECHO_C
627627

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp