Re: Purpose of pg_dump tar archive format? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Purpose of pg_dump tar archive format?
Date
Msg-id 7005ac8c-2f83-4122-9172-04bca268f987@aklaver.com
Whole thread Raw
In response to Re: Purpose of pg_dump tar archive format?  (Ron Johnson <ronljohnsonjr@gmail.com>)
Responses Re: Purpose of pg_dump tar archive format?
List pgsql-general
On 6/4/24 08:25, Ron Johnson wrote:
> On Tue, Jun 4, 2024 at 10:43 AM Adrian Klaver <adrian.klaver@aklaver.com 
> <mailto:adrian.klaver@aklaver.com>> wrote:
> 
>     On 6/4/24 05:13, Ron Johnson wrote:
>      > It doesn't support compression nor restore reordering like the
>     custom
>      > format, so I'm having trouble seeing why it still exists (at least
>      > without a doc warning that it's obsolete).
> 
>     pg_dump -d test -U postgres -Ft  | gzip --stdout > test.tgz
> 
> 
> Who's got meaningful databases that small anymore?
> 
> And if you've got meaningfully sized databases, open port 5432 and move 
> them using pg_dump.

If you don't need the tar format then don't use it.

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Purpose of pg_dump tar archive format?
Next
From: Tom Lane
Date:
Subject: Re: Purpose of pg_dump tar archive format?