[COMMITTERS] sytax errors in standby commands

Поиск
Список
Период
Сортировка
От nmmulla
Тема [COMMITTERS] sytax errors in standby commands
Дата
Msg-id 1509641990685-0.post@n3.nabble.com
обсуждение исходный текст
Список pgsql-committers
I am setting up PostgreSQL standby on windows for the first time on version
9.4.14: 

Is the below syntax correct in the recovery.conf file

restore_command = 'copy "D:\\apps\postgres\\pg_archivelog\\%f" "%p"'

archive_cleanup_command = 'pg_archivecleanup
"D:\\apps\postgres\pg_archivelog\\" %r'


And below command is correct in syntax in portgresql.conf file

archive_command = 'copy "%p" "D:\\apps\\postgres\\pg_archivelog\\%f"'


I am archiving to local server



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-committers-f2094136.html


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Simplify new test suite handling of passwordcheck
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple