From c16c87053165a07fdeb6d5469085142ff87a2ecb Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 27 May 2009 13:38:05 +0200 Subject: [PATCH] collectd.conf(5): Mark {Min,Max}PGVersion as deprecated. Instead, document the {Min,Max}Version options. --- src/collectd.conf.pod | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 43946bdf..f7f178c0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1821,7 +1821,7 @@ L. The B block defines one database query which may later be used by a database definition. It accepts a single mandatory argument which specifies the name of the query. The names of all queries have to be unique (see the -B and B options below for an exception to this +B and B options below for an exception to this rule). The following configuration options are available to define the query: In each B block, there is one or more B blocks. B @@ -1940,9 +1940,9 @@ The order of the B options defines which columns of the query result should be used. The first option specifies the data found in the first column, the second option that of the second column, and so on. -=item B I +=item B I -=item B I +=item B I Specify the minimum or maximum version of PostgreSQL that this query should be used with. Some statistics might only be available with certain versions of @@ -1954,6 +1954,13 @@ The I has to be specified as the concatenation of the major, minor and patch-level versions, each represented as two-decimal-digit numbers. For example, version 8.2.3 will become 80203. +=item B I + +=item B I + +These are deprecated synonyms for B and B +respectively. They will be removed in version 5 of collectd. + =back The following predefined queries are available (the definitions can be found -- 2.11.0