mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Encoding isn't necessarily multibyte
This commit is contained in:
parent
6840aa3665
commit
23b5ca91aa
@ -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.141 2001/11/24 18:55:53 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.142 2001/11/25 22:19:30 petere Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -273,7 +273,7 @@ if [ "$usage" ]; then
|
|||||||
echo " [-D, --pgdata] DATADIR Location for this database cluster"
|
echo " [-D, --pgdata] DATADIR Location for this database cluster"
|
||||||
echo " -W, --pwprompt Prompt for a password for the new superuser"
|
echo " -W, --pwprompt Prompt for a password for the new superuser"
|
||||||
if [ -n "$MULTIBYTE" ] ; then
|
if [ -n "$MULTIBYTE" ] ; then
|
||||||
echo " -E, --encoding ENCODING Sets default multibyte encoding for new databases"
|
echo " -E, --encoding ENCODING Set default encoding for new databases"
|
||||||
fi
|
fi
|
||||||
echo " -U, --username NAME Database superuser name"
|
echo " -U, --username NAME Database superuser name"
|
||||||
echo "Less commonly used options: "
|
echo "Less commonly used options: "
|
||||||
|
Loading…
Reference in New Issue
Block a user