Re: [PATCHES] Fix for large file support (nonsegment mode support) - Mailing list pgsql-hackers

From Kenneth Marshall
Subject Re: [PATCHES] Fix for large file support (nonsegment mode support)
Date
Msg-id 20080319122515.GC23158@it.is.rice.edu
Whole thread Raw
In response to Re: [PATCHES] Fix for large file support (nonsegment mode support)  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
On Wed, Mar 19, 2008 at 10:51:12AM +0100, Martijn van Oosterhout wrote:
> On Wed, Mar 19, 2008 at 09:38:12AM +0100, Peter Eisentraut wrote:
> > Another factor I just thought of is that tar, commonly used as part of a
> > backup procedure, can on some systems only handle files up to 8 GB in size.
> > There are supposed to be newer formats that can avoid that restriction, but
> > it's not clear how widely available these are and what the incantation is to
> > get at them.  Of course we don't use tar directly, but if we ever make large
> > segments the default, we ought to provide some clear advice for the user on
> > how to make their backups.
>
> By my reading, GNU tar handles larger files and no-one else (not even a
> POSIX standard tar) can...
>
> Have a nice day,
> --
> Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> > Please line up in a tree and maintain the heap invariant while
> > boarding. Thank you for flying nlogn airlines.

The star program written by Joerg Schilling is a very well written
POSIX compatible tar program that can easily handle files larger than
8GB. It is another backup option.

Cheers,
Ken

pgsql-hackers by date:

Previous
From: "Nikolay Samokhvalov"
Date:
Subject: Multiple SRF right after SELECT
Next
From: Albert Cervera i Areny
Date:
Subject: Re: Multiple SRF right after SELECT