From 63fbdd358fa600cba80b03e4c407859ecccdbfda Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 20 Aug 1997 15:06:48 +0000 Subject: [PATCH] Portability fix for pg_dumpall. --- src/bin/pg_dump/pg_dumpall | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/pg_dump/pg_dumpall b/src/bin/pg_dump/pg_dumpall index 976a05eebe1..0e3a1ef0ab2 100644 --- a/src/bin/pg_dump/pg_dumpall +++ b/src/bin/pg_dump/pg_dumpall @@ -18,11 +18,11 @@ fi # # get the postgres user id # -POSTGRES_SUPER_USER_ID="`psql -A -q -t template1 <