Re: [HACKERS] doc troubles with tar.gz

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SARZ
Тема Re: [HACKERS] doc troubles with tar.gz
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51FA@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: plh@opim.uconn.edu
Дата:
Сообщение: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)
Следующее
От: Zeugswetter Andreas SARZ
Дата:
Сообщение: Re: [HACKERS] no operator '=' for types char16 and text