pg_dump's aborted transactions

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pg_dump's aborted transactions
Дата
Msg-id 20150204031235.GP3854@tamriel.snowman.net
обсуждение исходный текст
Ответы Re: pg_dump's aborted transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
All,
 We recently had a client complain that check_postgres' commitratio check would alert about relatively unused
databases. As it turns out, the reason for this is because they automate running pg_dump against their databases
(surelya good thing..), but pg_dump doesn't close out its transaction cleanly, leading to rolled back transactions.
 
 At first blush, at least, this strikes me as an oversight which we should probably fix and possibly backpatch.
 Thoughts?
     Thanks,
    Stephen

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

Предыдущее
От: BladeOfLight16
Дата:
Сообщение: Re: [GENERAL] How do I bump a row to the front of sort efficiently
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump's aborted transactions