From 35378a4efcc80dcf55a5be239a5eb6a344b943b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Sep 1997 16:48:59 +0000 Subject: [PATCH] Fix syntax error. --- src/bin/pg_dump/pg_dumpall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_dumpall b/src/bin/pg_dump/pg_dumpall index 0a456ad101a..7a5ebf7942a 100644 --- 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 table tmp_pguser \ from pg_database where datname = 'template1';" echo "delete from pg_user where usesysid <> tmp_pguser.datdba;" echo "drop table tmp_pguser;" -- 2.39.5