Re: pg_dump max file size exceeded

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Fred Moyer" <fred(at)digicamp(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_dump max file size exceeded
Date: 2002-03-19 22:46:46
Message-ID: NEBBLAAHGLEEPCGOBHDGAEILEJAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Pipe it into gzip:

pg_dump db_name|gzip>dbname.sql.gz

NickF

--------------------------------------------------------------------------
Nick Fankhauser nickf(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
Ray Ontko & Co. Software Consulting Services http://www.ontko.com/

> -----Original Message-----
> From: pgsql-admin-owner(at)postgresql(dot)org
> [mailto:pgsql-admin-owner(at)postgresql(dot)org]On Behalf Of Fred Moyer
> Sent: Tuesday, March 19, 2002 4:39 PM
> To: pgsql-admin(at)postgresql(dot)org
> Subject: [ADMIN] pg_dump max file size exceeded
>
>
> 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)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tuna Chatterjee 2002-03-19 23:32:17 Re: pg_dump max file size exceeded
Previous Message Fred Moyer 2002-03-19 21:39:26 pg_dump max file size exceeded