From df09af4d57a8fb62fede011c31b050bc070877c7 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 30 Sep 2016 15:07:34 +0900 Subject: [PATCH] Update README `repmgr cluster show --csv` now only reflects node availability, and no longer overloads this with node type (master/standby) information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 402c9086..69478a50 100644 --- a/README.md +++ b/README.md @@ -1636,7 +1636,7 @@ which contains connection details for the local database. 3,1 The first column is the node's ID, and the second column represents the - node's status (0 = master, 1 = standby, -1 = failed). + node's status (0 = available, -1 = failed). * `cluster matrix` and `cluster crosscheck`