Re: [HACKERS] doc troubles. - Mailing list pgsql-hackers

From Zeugswetter Andreas SARZ
Subject Re: [HACKERS] doc troubles.
Date
Msg-id 219F68D65015D011A8E000006F8590C6010A51F8@sdexcsrv1.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> Could we just replace the "tar zxf" with "uncompress ... | tar xf"? Does
> anyone else have a strong opinion on (or experience with) makefiles for
the
> postgres distribution who want to help Darren get out from under the gnu
> usage??

Best is: (believe me, really uncompress will not work nor zcat, I use it for
SAP DB backup, it works)
    gzip -cd <somefile>.tar.gz | tar -xvf -

Andreas

pgsql-hackers by date:

Previous
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] doc troubles.
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] doc troubles.