... | ... |
@@ -2181,12 +2181,9 @@ Default to C<.>. |
2181 | 2181 |
my $exclude_table = $self->exclude_table; |
2182 | 2182 |
$dbi = $self->exclude_table(qr/pg_/); |
2183 | 2183 |
|
2184 |
-Regex matching system table. |
|
2185 |
-this regex match is used by C<each_table> method and C<each_column> method |
|
2186 |
-System table is ignored. |
|
2187 |
-C<type_rule> method and C<setup_model> method call |
|
2188 |
-C<each_table>, so if you set C<exclude_table> properly, |
|
2189 |
-The performance is up. |
|
2184 |
+Excluded table regex. |
|
2185 |
+C<each_column>, C<each_table>, C<type_rule>, |
|
2186 |
+and C<setup_model> methods ignore matching tables. |
|
2190 | 2187 |
|
2191 | 2188 |
=head2 C<tag_parse> |
2192 | 2189 |
|