diff options
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r-- | check_postgres.pl.html | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html index f1e964c70..f8aeacce1 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -997,15 +997,23 @@ objects of a certain type by a regular expression against their name, use " See the examples for a better understanding.</p> <p>The types of objects that can be filtered are:</p> <dl> -<dt><strong><a name="user_item_schema_item_table_item_view_item_index_item_sequence_item_constraint_item_trigger_item_function" class="item">user -=item schema -=item table -=item view -=item index -=item sequence -=item constraint -=item trigger -=item function</a></strong></dt> +<dt><strong><a name="user" class="item">user</a></strong></dt> + +<dt><strong><a name="schema" class="item">schema</a></strong></dt> + +<dt><strong><a name="table" class="item">table</a></strong></dt> + +<dt><strong><a name="view" class="item">view</a></strong></dt> + +<dt><strong><a name="index" class="item">index</a></strong></dt> + +<dt><strong><a name="sequence" class="item">sequence</a></strong></dt> + +<dt><strong><a name="constraint" class="item">constraint</a></strong></dt> + +<dt><strong><a name="trigger" class="item">trigger</a></strong></dt> + +<dt><strong><a name="function" class="item">function</a></strong></dt> </dl> <p>The filter option "noposition" prevents verification of the position of |