Clarify pattern format

This commit is contained in:
Timo Westkämper 2015-11-02 00:08:43 +02:00 committed by John Tims
parent 997cded2dd
commit c295df33ea

View File

@ -160,12 +160,12 @@
</row>
<row>
<entry>schemaPattern</entry>
<entry>a schema name pattern; must match the schema name as it is stored in the database;
<entry>a schema name pattern in LIKE pattern form; must match the schema name as it is stored in the database;
(default: null)</entry>
</row>
<row>
<entry>tableNamePattern</entry>
<entry>a table name pattern; must match the table name as it is stored in the database,
<entry>a table name pattern in LIKE pattern form; must match the table name as it is stored in the database,
multiple can be separated by comma
(default: null)</entry>
</row>