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 2080928..74ae4c2 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -4305,20 +4305,6 @@
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 @@
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