pg_dumpall and output formats?

From: "John Madden" <jmadden(at)ivytech(dot)edu>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: pg_dumpall and output formats?
Date: 2002-08-19 16:16:31
Message-ID: 35761.168.91.2.45.1029773791.squirrel@mail.ivytech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

When trying to dump all of our databases,

pg_dumpall -b -o -F t --f full_pgbackup.tar

We're getting:

pg_dump: large object output is not supported for plain text dump files.
pg_dump: (Use a different output format.)

So it would seem that the "-F t" isn't getting passed to pg_dump. The
option set does work fine when using pg_dump alone on a single database.
What am I doing wrong here?

Thanks,
John

--
John Madden
UNIX Systems Engineer
Ivy Tech State College
jmadden(at)ivytech(dot)edu

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Darrin Domoney 2002-08-19 17:34:53 Urgent - SQL Unique constraint error (long)
Previous Message Michael Zouroudis 2002-08-19 15:34:54 need help with an insert statement