Re: pg_dump reporing version of server & pg_dump as comments in the output
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pg_dump reporing version of server & pg_dump as comments in the output |
| Дата | |
| Msg-id | 13137.1404774424@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: pg_dump reporing version of server & pg_dump as comments in the output (Jeevan Chalke <jeevan.chalke@enterprisedb.com>) |
| Список | pgsql-hackers |
Jeevan Chalke <jeevan.chalke@enterprisedb.com> writes:
> Can't we remove this else all-together and print extra line unconditionally?
> Also can we remove curly braces in if and else near these code changes ?
> (Attached patch along those lines)
I committed this with slight further rearrangement to create what seems
like better vertical whitespace choices in verbose vs non-verbose cases,
to wit
--
-- PostgreSQL database dump
--
-- Dumped from database version 9.5devel
-- Dumped by pg_dump version 9.5devel
SET statement_timeout = 0;
...
vs
--
-- PostgreSQL database dump
--
-- Dumped from database version 9.5devel
-- Dumped by pg_dump version 9.5devel
-- Started on 2014-07-07 19:05:54 EDT
SET statement_timeout = 0;
...
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера