From 3063ef6c2a16b81dd97b432a5302fe8a768dc755 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 2 Aug 2019 15:27:32 +0300 Subject: [PATCH] Docs: mention unsupported versions of PostgreSQL (#18307) Ref #17771 Fixes #18106 --- docs/sources/features/datasources/postgres.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/features/datasources/postgres.md b/docs/sources/features/datasources/postgres.md index 1478dd5bb47..80c0a577852 100644 --- a/docs/sources/features/datasources/postgres.md +++ b/docs/sources/features/datasources/postgres.md @@ -11,6 +11,8 @@ weight = 7 # Using PostgreSQL in Grafana +> NOTE: In **9.5.18, 9.4.23, 9.6.14, 10.9, 11.4, 12-beta2** versions of PostgreSQL has a [bug](https://www.postgresql.org/message-id/flat/28827.1561082086%40sss.pgh.pa.us#df2287bd7481153984bef6bab40af0db) which prevents execution of multiple column modifications via `ALTER TABLE` statement. Because Grafana uses it during initial database set up and since PostgreSQL has [fixed](https://github.com/postgres/postgres/commit/f946a409143d01951411382fbc3c91c7eb640094) this issue, Grafana **does not support these versions** + Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database. ## Adding the data source