From: Craig Ringer Date: Wed, 17 Jun 2015 06:53:25 +0000 (+0800) Subject: Explain that you can't part a node from its self X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=1fd832fbb52a570dd5fed161f8d0a66c9de7ae23;p=2ndquadrant_bdr.git Explain that you can't part a node from its self --- diff --git a/doc/manual-functions.sgml b/doc/manual-functions.sgml index a64ad2911d..c0f219d8dd 100644 --- a/doc/manual-functions.sgml +++ b/doc/manual-functions.sgml @@ -116,7 +116,8 @@ Removes all the nodes - identified by the node names in the array. All the remaining nodes in the cluster have to be - reachable for this to succeed. + reachable for this to succeed. This function must be run + on a node that is not being removed.