[GENERAL] syntax error - Mailing list pgsql-general

From Noor Mulla
Subject [GENERAL] syntax error
Date
Msg-id BN6PR04MB11898193FB1119E7E12E5D45E05C0@BN6PR04MB1189.namprd04.prod.outlook.com
Whole thread Raw
Responses Re: [GENERAL] syntax error  (nmmulla <noor.mulla@teranet.ca>)
List pgsql-general

 

Hi,

 

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

pgsql-general by date:

Previous
From: nmmulla
Date:
Subject: [GENERAL] Hot Standby syntax error
Next
From: Steve Atkins
Date:
Subject: Re: [GENERAL] Logical decoding error