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

Commit23b5ca9

Browse files
committed
Encoding isn't necessarily multibyte
1 parent6840aa3 commit23b5ca9

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.141 2001/11/24 18:55:53 momjian Exp $
30+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.142 2001/11/25 22:19:30 petere Exp $
3131
#
3232
#-------------------------------------------------------------------------
3333

@@ -273,7 +273,7 @@ if [ "$usage" ]; then
273273
echo" [-D, --pgdata] DATADIR Location for this database cluster"
274274
echo" -W, --pwprompt Prompt for a password for the new superuser"
275275
if [-n"$MULTIBYTE" ];then
276-
echo" -E, --encoding ENCODINGSets default multibyte encoding for new databases"
276+
echo" -E, --encoding ENCODINGSet default encoding for new databases"
277277
fi
278278
echo" -U, --username NAME Database superuser name"
279279
echo"Less commonly used options:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp