From: Willy Tarreau Date: Sun, 15 Dec 2013 17:49:01 +0000 (+0100) Subject: DOC: move option pgsql-check to the correct place X-Git-Tag: v1.5-dev20~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c1228244dcf79d2f46a17546b5333c11e738aba;p=thirdparty%2Fhaproxy.git DOC: move option pgsql-check to the correct place This one was not alphabetically sorted. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 208092863c..74ae4c2756 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4305,20 +4305,6 @@ option mysql-check [ user ] See also: "option httpchk" -option pgsql-check [ user ] - Use PostgreSQL health checks for server testing - May be used in sections : defaults | frontend | listen | backend - yes | no | yes | yes - Arguments : - This is the username which will be used when connecting to - PostgreSQL server. - - The check sends a PostgreSQL StartupMessage and waits for either - Authentication request or ErrorResponse message. It is a basic but useful - test which does not produce error nor aborted connect on the server. - This check is identical with the "mysql-check". - - See also: "option httpchk" option nolinger no option nolinger @@ -4437,6 +4423,22 @@ no option persist See also : "option redispatch", "retries", "force-persist" +option pgsql-check [ user ] + Use PostgreSQL health checks for server testing + May be used in sections : defaults | frontend | listen | backend + yes | no | yes | yes + Arguments : + This is the username which will be used when connecting to + PostgreSQL server. + + The check sends a PostgreSQL StartupMessage and waits for either + Authentication request or ErrorResponse message. It is a basic but useful + test which does not produce error nor aborted connect on the server. + This check is identical with the "mysql-check". + + See also: "option httpchk" + + option redispatch no option redispatch Enable or disable session redistribution in case of connection failure