AW: [HACKERS] "CANNOT EXTEND" - - Mailing list pgsql-hackers

From Zeugswetter Andreas IZ5
Subject AW: [HACKERS] "CANNOT EXTEND" -
Date
Msg-id 219F68D65015D011A8E000006F8590C60267B324@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> So the OS doesn't get a table over 2 gigs.  Does anyone have a table
> that dumps a flat file over 2gig's, whose OS can't support files over 2
> gigs.  Never heard of a complaint.
> 
Probably because people dump to tape or pipes, that compress the dump 
with gzip and split it with split -b ? That is what I would do with my
backups:

pg_dump | gzip --fast | split -b512m - backup.monday.gz.

Andreas



pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [BUGS] General Bug Report: Bug in optimizer
Next
From: Andriy I Pilipenko
Date:
Subject: Re: [BUGS] General Bug Report: Bug in optimizer