sytax errors in standby commands

From: nmmulla <noor(dot)mulla(at)teranet(dot)ca>
To: pgsql-committers(at)postgresql(dot)org
Subject: sytax errors in standby commands
Date: 2017-11-02 16:59:50
Message-ID: 1509641990685-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-02 17:08:10 Re: [HACKERS] pgsql: Fix freezing of a dead HOT-updated tuple
Previous Message Peter Eisentraut 2017-11-02 16:57:52 Re: [COMMITTERS] pgsql: passwordcheck: Add test suite