Re: [ADMIN] pg_dump max file size exceeded

2002-03-22 Thread Dmitry Morozovsky
On Wed, 20 Mar 2002, Rolf Luettecke wrote: RL> >"Fred Moyer" <[EMAIL PROTECTED]> writes: RL> > ran time pg_dump -c --verbose database > datafile.psql from the command RL> > line and got a file size limit exceeded. datafile.psql stopped at 2 gigs. RL> > any ideas how to exceed that limit? RL> RL>

Re: [ADMIN] pg_dump max file size exceeded

2002-03-20 Thread Rolf Luettecke
>"Fred Moyer" <[EMAIL PROTECTED]> writes: > ran time pg_dump -c --verbose database > datafile.psql from the command > line and got a file size limit exceeded. datafile.psql stopped at 2 gigs. > any ideas how to exceed that limit? Workaround: Pipe output to gzip/bzip2, if compressed file size do

Re: [ADMIN] pg_dump max file size exceeded

2002-03-20 Thread Corey W. Gibbs
Tom Lane; Fred Moyer Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] pg_dump max file size exceeded At 12:15 AM 3/20/02 -0500, Tom Lane wrote: >"Fred Moyer" <[EMAIL PROTECTED]> writes: > > ran time pg_dump -c --verbose database > datafile.psql from the command

Re: [ADMIN] pg_dump max file size exceeded

2002-03-20 Thread Naomi Walker
At 12:15 AM 3/20/02 -0500, Tom Lane wrote: >"Fred Moyer" <[EMAIL PROTECTED]> writes: > > ran time pg_dump -c --verbose database > datafile.psql from the command > line > > and got a file size limit exceeded. datafile.psql stopped at 2 gigs. any > > ideas how to exceed that limit? > > > redhat 7

Re: [ADMIN] pg_dump max file size exceeded

2002-03-19 Thread Jyry Kuukkanen
On Tue, 2002-03-19 at 16:39, Fred Moyer wrote: > hey fellow pg'ers. > > ran time pg_dump -c --verbose database > datafile.psql from the command line > and got a file size limit exceeded. datafile.psql stopped at 2 gigs. any > ideas how to exceed that limit? > > redhat 7.2, 2.4.9-31 kernel > post

Re: [ADMIN] pg_dump max file size exceeded

2002-03-19 Thread Tom Lane
"Fred Moyer" <[EMAIL PROTECTED]> writes: > ran time pg_dump -c --verbose database > datafile.psql from the command line > and got a file size limit exceeded. datafile.psql stopped at 2 gigs. any > ideas how to exceed that limit? > redhat 7.2, 2.4.9-31 kernel [ scratches head... ] If you were

Re: [ADMIN] pg_dump max file size exceeded

2002-03-19 Thread Tuna Chatterjee
hi fred, i ran into the same problem a couple of weeks ago and realized that the problem was where the dump was being put instead of trying to deal with the size of the file. go ahead and do type 'df' at the command prompt and look at the space allocated to your partitions. do the database dump

Re: [ADMIN] pg_dump max file size exceeded

2002-03-19 Thread Nick Fankhauser
tko.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Fred Moyer > Sent: Tuesday, March 19, 2002 4:39 PM > To: [EMAIL PROTECTED] > Subject: [ADMIN] pg_dump max file size exceeded > > > hey fellow pg'ers. > > ran time

[ADMIN] pg_dump max file size exceeded

2002-03-19 Thread Fred Moyer
hey fellow pg'ers. ran time pg_dump -c --verbose database > datafile.psql from the command line and got a file size limit exceeded. datafile.psql stopped at 2 gigs. any ideas how to exceed that limit? redhat 7.2, 2.4.9-31 kernel postgres 7.2 ---(end of broadcast)-