From: schorsch1976 Date: Tue, 29 Aug 2023 16:14:35 +0000 (+0200) Subject: Update contrib/postgresql/README.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c5ffa603953354f136060952d0b45630badf7c;p=thirdparty%2Fcollectd.git Update contrib/postgresql/README.md Co-authored-by: Eero Tamminen --- diff --git a/contrib/postgresql/README.md b/contrib/postgresql/README.md index e8011ee81..dc58c2224 100644 --- a/contrib/postgresql/README.md +++ b/contrib/postgresql/README.md @@ -15,8 +15,8 @@ The first layout from Sebastian 'tokkee' Harl is like that: +-------------------+ +----------------+ ``` -The ID connects the two tables. The plugin, plugin_inst, type and tpye_inst -create s so called identifier. The timestamp, name and value get inserted into +The ID connects the two tables. The plugin, plugin_inst, type and type_inst +create a so called identifier. The timestamp, name and value get inserted into the value table. collectd/postgresql calles the collectd_insert function.