On Tue, 3 Mar 1998, Thomas G. Lockhart wrote:
> Well, can't "uncompress" work with gzip'd files? I recall that it can, but that
> may have been on a box (Dec Alpha?) with some upgraded "uncompress" capabilities.
> If it can work, then we should do something like
>
> uncompress -c file.tar.gz | tar xf -
gzip -cd will uncompress 'compressed' files, but compress can't
touch 'gzip'd files...
In response to
pgsql-hackers by date
| Next: | From: Peter T Mount | Date: 1998-03-03 19:48:10 |
| Subject: Re: [HACKERS] backend -> interface communication |
| Previous: | From: Darren King | Date: 1998-03-03 17:59:30 |
| Subject: Re: [HACKERS] PostgreSQL - the Linux of Databases... |