]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: move option pgsql-check to the correct place
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Dec 2013 17:49:01 +0000 (18:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 01:23:51 +0000 (02:23 +0100)
This one was not alphabetically sorted.

doc/configuration.txt

index 208092863c18165f0635064aa1443880bba7175d..74ae4c275661cfa2654313758ca7ec25e0c4b701 100644 (file)
@@ -4305,20 +4305,6 @@ option mysql-check [ user <username> ]
 
   See also: "option httpchk"
 
-option pgsql-check [ user <username> ]
-  Use PostgreSQL health checks for server testing
-  May be used in sections :   defaults | frontend | listen | backend
-                                 yes   |    no    |   yes  |   yes
-  Arguments :
-    <username> 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 <username> ]
+  Use PostgreSQL health checks for server testing
+  May be used in sections :   defaults | frontend | listen | backend
+                                 yes   |    no    |   yes  |   yes
+  Arguments :
+    <username> 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