Re: Pg_Dumpall error?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Patrick Hatcher" <PHatcher(at)macys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg_Dumpall error?
Date: 2003-07-01 13:55:59
Message-ID: 2718.1057067759@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Patrick Hatcher" <PHatcher(at)macys(dot)com> writes:
> I've done numerous dumps, but I've never seen this type of error before:
> pg_dumpall > datamart.out
> pg_dump: [archiver] could not write to output file (36 != 97)
> pg_dumpall: pg_dump failed on bdc_oz, exiting

Out of disk space, perhaps? I believe the message is complaining that
an fwrite didn't write all it was told to.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-07-01 14:07:24 Re: updating data but the constraint is set "immediate"
Previous Message Tom Lane 2003-07-01 13:53:30 Re: PlPython