From 43e11927b6c896378b5f5a52e6b058b26aff9989 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Thu, 1 Apr 2021 14:51:09 -0400 Subject: [PATCH] Added note to clarify version 10 and above. (#32612) --- docs/sources/datasources/postgres.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/datasources/postgres.md b/docs/sources/datasources/postgres.md index 32f8e018473..bbd6138ae8c 100644 --- a/docs/sources/datasources/postgres.md +++ b/docs/sources/datasources/postgres.md @@ -415,6 +415,7 @@ datasources: postgresVersion: 903 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 timescaledb: false ``` +>**Note:** In the above code, the `postgresVersion` value of `10` refers to version PotgreSQL 10 and above. If you encounter metric request errors or other issues: - Make sure your data source YAML file parameters exactly match the example. This includes parameter names and use of quotation marks.