Re: Non-text mode for pg_dumpall

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Non-text mode for pg_dumpall
Дата
Msg-id ZmcTMVHU0cdJjrrs@nathan
обсуждение исходный текст
Ответ на Re: Non-text mode for pg_dumpall  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Mon, Jun 10, 2024 at 10:51:42AM -0400, Andrew Dunstan wrote:
> On 2024-06-10 Mo 10:14, Nathan Bossart wrote:
>> I'm curious why we couldn't also support the "custom" format.
> 
> We could, but the housekeeping would be a bit harder. We'd need to keep
> pointers to the offsets of the per-database TOCs (I don't want to have a
> single per-cluster TOC). And we can't produce it in parallel, so I'd rather
> start with something we can produce in parallel.

Got it.

-- 
nathan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Non-text mode for pg_dumpall
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Non-text mode for pg_dumpall