From e544f2bc749f1880fd8ce2a9f796a55a3e2d9ecc Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 29 Nov 2018 10:39:13 +0100 Subject: [PATCH] add table support flag for postgres --- public/app/plugins/datasource/postgres/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/postgres/plugin.json b/public/app/plugins/datasource/postgres/plugin.json index f236aa01b06..e90e3e9e7cd 100644 --- a/public/app/plugins/datasource/postgres/plugin.json +++ b/public/app/plugins/datasource/postgres/plugin.json @@ -19,9 +19,9 @@ "alerting": true, "annotations": true, "metrics": true, + "tables": true, "queryOptions": { "minInterval": true } - }