25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$
В списке pgsql-docs по дате отправления:
| От | PG Doc comments form |
|---|---|
| Тема | 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$ |
| Дата | |
| Msg-id | 153501805361.1369.13266488835849213590@wrigleys.postgresql.org обсуждение |
| Ответы |
Re: 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$
|
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.4/static/continuous-archiving.html Description: Most examples in "25.3. Continuous Archiving and Point-in-Time Recovery (PITR)" use Unix commands and paths, but all variables are written as Windows batch file variables (Windows "%var" / Unix "$var"). For example, the first one on the page has archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix Instead of archive_command = 'test ! -f /mnt/server/archivedir/$f && cp $p /mnt/server/archivedir/$f' # Unix or possibly archive_command = '[ -f /mnt/server/archivedir/$f ] || cp $p /mnt/server/archivedir/$f' # Unix https://www.postgresql.org/docs/current/static/continuous-archiving.html
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера