projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec70b3c
)
Fix syntax error.
author
Bruce Momjian
Wed, 3 Sep 1997 16:48:59 +0000
(16:48 +0000)
committer
Bruce Momjian
Wed, 3 Sep 1997 16:48:59 +0000
(16:48 +0000)
src/bin/pg_dump/pg_dumpall
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dumpall
b/src/bin/pg_dump/pg_dumpall
index 0a456ad101af0df214f5a30f32ae8cf5a5ac0efc..7a5ebf7942afe94f1d6662f3350ca3db3c1c2273 100644
(file)
--- a/
src/bin/pg_dump/pg_dumpall
+++ b/
src/bin/pg_dump/pg_dumpall
@@
-30,7
+30,7
@@
echo "${BS}connect template1"
# we don't use POSTGRES_SUPER_USER_ID because the postgres super user id
# could be different on the two installations
#
-echo "select datdba into tmp_pguser \
+echo "select datdba into t
able t
mp_pguser \
from pg_database where datname = 'template1';"
echo "delete from pg_user where usesysid <> tmp_pguser.datdba;"
echo "drop table tmp_pguser;"