From 6ce94778d7b1e7e71a24da6e16eb6ebb689a79e7 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 11 Nov 2015 17:36:12 +0900 Subject: [PATCH] README.md: add note about setting repmgr user search path --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9462faf..6ce9dcbd 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,14 @@ running the following commands: createuser -s repmgr createdb repmgr -O repmgr -We recommend using the name `repmgr` for both, but you can use whatever -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. +We recommend using the name `repmgr` for both user and database, but you +can use whatever name you like (and you need to set the names you chose +in the `conninfo` string in `repmgr.conf`; see below). We also recommend +that you set the `repmgr` user's search path to include the `repmgr` schema +for convenience when querying the metadata tables and views. + +The `repmgr` application will create its metadata schema in the `repmgr` +database when the master server is registered. ### repmgr configuration