Re: Proper format for pg_dump file date - Mailing list pgsql-general

From Ron Johnson
Subject Re: Proper format for pg_dump file date
Date
Msg-id CANzqJaBODFMzxXMP=PwEVdW4hASGKfxa1r8iKiYbC4Q-3tnn5g@mail.gmail.com
Whole thread Raw
In response to Re: Proper format for pg_dump file date  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Wed, Jun 19, 2024 at 1:14 PM Rich Shepard <rshepard@appl-ecosys.com> wrote:
On Wed, 19 Jun 2024, David G. Johnston wrote:

> If you are doing a custom format dump using .sql as the extension is
> objectively wrong. it is correct if you are doing an sql dump, but those
> are generally best avoided.

David,

I use the default text format so restoration is by psql.

Perfectly valid for small databases, and copying tables from one instance to another (though in that case, consider postgres_fdw).

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Proper format for pg_dump file date
Next
From: Rich Shepard
Date:
Subject: Re: Proper format for pg_dump file date