X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_libdbi.pod;h=a6b48cc60916252b6d28b954b6982c920ea5328d;hp=1d6393d5bd0ac16f2e4de24c961cf8642817efc1;hb=b69a1a9abc9afdc2bfb23b84e28c2afb0b1a5e09;hpb=591bd42a2c2ef80a7e1753e00001ea0633978660 diff --git a/doc/rrdgraph_libdbi.pod b/doc/rrdgraph_libdbi.pod index 1d6393d..a6b48cc 100644 --- a/doc/rrdgraph_libdbi.pod +++ b/doc/rrdgraph_libdbi.pod @@ -80,7 +80,7 @@ the returned value column-names, which can be used as ds-names, are: =head1 EXAMPLES -Here an example of a table in a mysql database: +Here an example of a table in a MySQL database: DB connect information dbhost=127.0.0.1 @@ -119,7 +119,7 @@ To illustrate this here a command to create a graph that contains the actual val =head1 NOTES -* Naturally you can also use any other kind of driver that libdbi supports - e.g postgress,... +* Naturally you can also use any other kind of driver that libdbi supports - e.g postgres, ... * From the way the datasource is joined, it should also be possible to do joins over different tables (separate tables with "," in table and add in the WHERE Clauses the table equal joins.