Re: [HACKERS] Adding -E switch to pg_dumpall

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: [HACKERS] Adding -E switch to pg_dumpall
Дата
Msg-id alpine.DEB.2.20.1707201106470.4496@lancre
обсуждение исходный текст
Ответ на Re: [HACKERS] Adding -E switch to pg_dumpall  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] Adding -E switch to pg_dumpall  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hello Michaël-san,

> Attached is a patch to add support for this switch. I am parking that
> in the next CF.

I'm in favor of this feature for consistency with pg_dump, and as the 
environment variable workaround is not specially elegant and can induce 
issues of its own.

Patch applies and compiles.

No special regression tests are provided, but this seems ok to me as it 
just forward the option to pg_dump, which I have no doubt is heavily 
tested. Or not. Anyway it is consistent...

Manually tested with UTF8, latin1 (including conversion errors), non 
existing.

Code is straightforward. Doc and help are both fine.

Ok for me. I switched the status to "Ready for committers".

-- 
Fabien.

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

Предыдущее
От: Neha Sharma
Дата:
Сообщение: Re: [HACKERS] [TRAP: FailedAssertion] causing server to crash
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: [HACKERS] Proposal about a "deep" versions for some jsonb functions