Re: pg_retainxlog for inclusion in 9.3?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_retainxlog for inclusion in 9.3?
Дата
Msg-id 510169A8.7060402@gmx.net
обсуждение исходный текст
Ответ на Re: pg_retainxlog for inclusion in 9.3?  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pg_retainxlog for inclusion in 9.3?  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
After reviewing this, it appears to me that this is really just a very
verbose version of

archive_command = 'sleep $initialsleep; while test $(psql -AtX -c "select pg_xlogfile_name(something) < $$%f$$ collate
\"C\";")   = t; sleep $sleep; done'
 

I think it might be better to just document this as an example.  I don't
quite see the overhead of maintaining another tool justified.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_retainxlog for inclusion in 9.3?