Error pg_standby 'pg_standby' is not recognized as an internal or external command!!

From: Tobadao <tobaquyen(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Error pg_standby 'pg_standby' is not recognized as an internal or external command!!
Date: 2013-11-28 21:17:09
Message-ID: 1385673428959-5780795.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone.
I'm using PostgreSQl 9.2 on the windows XP
in recovery.conf use command

*standby_mode = 'on'
primary_conninfo = 'host=10.0.10.2 port=5432 user=postgres password =
password'
restore_command = 'copy \\\\10.0.10.2\\archiver\\%f %p'
restore_command = 'pg_standby -d -s 5 -t C:\pgsql.trigger.5442
\\\\10.0.10.2\\archiver\\%f %p %r 2>>standby.log'
recovery_end_command = 'del C:\pgsql.trigger.5442'*

and standby.log say

'pg_standby' is not recognized as an internal or external command, operable
program or batch file.

How to fix ?
Thank !

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Error-pg-standby-pg-standby-is-not-recognized-as-an-internal-or-external-command-tp5780795.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2013-11-28 23:46:01 Re: [GENERAL] pg_upgrade ?deficiency
Previous Message Adrian Klaver 2013-11-28 18:51:18 Re: What query optimisations are included in Postgresql?