Added missing namedserverfilter documentation.

This commit is contained in:
Markus Makela
2015-07-10 13:51:32 +03:00
parent 7585adb228
commit af6e010ba1
2 changed files with 93 additions and 1 deletions

View File

@ -35,7 +35,7 @@ extern __thread log_info_t tls_log_info;
* that routes to a named server if a regular expression match is found.
* @verbatim
*
* A simple regular expression query rewrite filter.
* A simple regular expression based query routing filter.
* Two parameters should be defined in the filter configuration
* match=<regular expression>
* server=<server to route statement to>