This commit is contained in:
trbs
2011-01-07 01:32:31 +01:00
committed by Greg Smith
parent c3816d8586
commit e4f431c355

View File

@@ -222,13 +222,13 @@ is available by checking its version::
repmgr --version repmgr --version
repmgrd --version repmgrd --version
You may need to include You may need to include the full path of the binary instead, such as this
the full path of the binary instead, such as this RHEL example:: RHEL example::
/usr/pgsql-9.0/bin/repmgr --version /usr/pgsql-9.0/bin/repmgr --version
/usr/pgsql-9.0/bin/repmgrd --version /usr/pgsql-9.0/bin/repmgrd --version
or this DEBIAN example:: Or in this Debian example::
/usr/lib/postgresql/9.0/bin/repmgr --version /usr/lib/postgresql/9.0/bin/repmgr --version
/usr/lib/postgresql/9.0/bin/repmgrd --version /usr/lib/postgresql/9.0/bin/repmgrd --version