Note what to do with the names

This commit is contained in:
Abhijit Menon-Sen
2015-03-12 20:34:08 +05:30
parent bf957ac173
commit 97c9525479

View File

@@ -136,8 +136,9 @@ running the following commands:
createdb repmgr -O repmgr
We recommend using the name `repmgr` for both, but you can use whatever
name you like. `repmgr` will create the schema and objects it needs when
it connects to the server.
name you like (and you need to set the names you chose in the `conninfo`
string in `repmgr.conf`; see below). `repmgr` will create the schema and
objects it needs when it connects to the server.
### repmgr configuration