Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
23b5ca91
Commit
23b5ca91
authored
23 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Encoding isn't necessarily multibyte
parent
6840aa36
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/initdb/initdb.sh
+2
-2
2 additions, 2 deletions
src/bin/initdb/initdb.sh
with
2 additions
and
2 deletions
src/bin/initdb/initdb.sh
+
2
−
2
View file @
23b5ca91
...
...
@@ -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.14
1
2001/11/2
4 18:55:53 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.14
2
2001/11/2
5 22:19:30 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -273,7 +273,7 @@ if [ "$usage" ]; then
echo
" [-D, --pgdata] DATADIR Location for this database cluster"
echo
" -W, --pwprompt Prompt for a password for the new superuser"
if
[
-n
"
$MULTIBYTE
"
]
;
then
echo
" -E, --encoding ENCODING Set
s
default
multibyte
encoding for new databases"
echo
" -E, --encoding ENCODING Set default encoding for new databases"
fi
echo
" -U, --username NAME Database superuser name"
echo
"Less commonly used options: "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment