1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix initdb spaces problem.

This commit is contained in:
Bruce Momjian
2000-06-09 23:50:24 +00:00
parent 1d2fea9bc5
commit 7bd58b4712
3 changed files with 270 additions and 11 deletions

View File

@ -26,7 +26,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.94 2000/06/09 15:50:49 momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.95 2000/06/09 23:50:24 momjian Exp $
#
#-------------------------------------------------------------------------
@ -523,7 +523,7 @@ echo "CREATE VIEW pg_user AS \
usename, \
usesysid, \
usecreatedb, \
usecreatetable, \
usecreatetable, \
uselocktable, \
usetrace, \
usesuper, \