Re: [SQL] Problem with pg_dumpall

2000-06-27 Thread Tom Lane
Ryan Bradetich <[EMAIL PROTECTED]> writes: > That was the problem. Good job at spotting that Tom. I just successfully > completed a backup without using the -o > option to pg_dumpall. OK, if you need it with -o try the following patch against 7.0.2. regards, tom lane

Re: [SQL] Problem with pg_dumpall

2000-06-27 Thread Ryan Bradetich
Tom Lane wrote: > Ryan Bradetich <[EMAIL PROTECTED]> writes: > > Tom Lane wrote: > >> Ryan Bradetich <[EMAIL PROTECTED]> writes: > -- dumping out the contents of Table 'medusa' > FATAL 1: Memory exhausted in AllocSetAlloc() > PQendcopy: resetting connection > SQL query to du

Re: [SQL] Problem with pg_dumpall

2000-06-27 Thread Tom Lane
Ryan Bradetich <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Ryan Bradetich <[EMAIL PROTECTED]> writes: -- dumping out the contents of Table 'medusa' FATAL 1: Memory exhausted in AllocSetAlloc() PQendcopy: resetting connection SQL query to dump the contents of Table 'medus

Re: [SQL] Problem with pg_dumpall

2000-06-27 Thread Ryan Bradetich
Tom Lane wrote: > Ryan Bradetich <[EMAIL PROTECTED]> writes: > > -- dumping out the contents of Table 'medusa' > > FATAL 1: Memory exhausted in AllocSetAlloc() > > PQendcopy: resetting connection > > SQL query to dump the contents of Table 'medusa' did not execute > > correctly. After we read

Re: [SQL] Problem with pg_dumpall

2000-06-27 Thread Tom Lane
Ryan Bradetich <[EMAIL PROTECTED]> writes: > -- dumping out the contents of Table 'medusa' > FATAL 1: Memory exhausted in AllocSetAlloc() > PQendcopy: resetting connection > SQL query to dump the contents of Table 'medusa' did not execute > correctly. After we read all the table contents from t