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

From Zeugswetter Andreas SARZ
Subject Re: [HACKERS] doc troubles with tar.gz
Date
Msg-id 219F68D65015D011A8E000006F8590C6010A51FA@sdexcsrv1.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> 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 -

This is also the most portable solution. zcat is the same as uncompress -c,
but it only works
for tar.gz files iff gzip is fully installed (replaced zcat and uncompress)
and is first on your search path.
The above statement only needs to find the gzip executable somewhere in the
path.
(Everybody should have that !)

Andreas


pgsql-hackers by date:

Previous
From: plh@opim.uconn.edu
Date:
Subject: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)
Next
From: Zeugswetter Andreas SARZ
Date:
Subject: Re: [HACKERS] no operator '=' for types char16 and text