| От | Tom Lane |
|---|---|
| Тема | Re: How to find the latest (partial) WAL file |
| Дата | |
| Msg-id | 1681.1144711479@sss.pgh.pa.us обсуждение |
| Ответ на | How to find the latest (partial) WAL file ("Just Someone" <just.some@gmail.com>) |
| Ответы |
Re: How to find the latest (partial) WAL file
Re: How to find the latest (partial) WAL file |
| Список | pgsql-general |
"Just Someone" <just.some@gmail.com> writes:
> Is there a way to discover what is the real current WAL file?
If you sort first by mtime and second by file name you should find the
right one in all cases, ie, take the latest mtime among the
properly-named files, breaking ties by taking the higher filename.
It'd probably be better if we had a function to report this, but
you can get along without one.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера