diff --git a/public/app/plugins/datasource/postgres/meta_query.ts b/public/app/plugins/datasource/postgres/meta_query.ts index 42e1c08d05c..cd251ca5e49 100644 --- a/public/app/plugins/datasource/postgres/meta_query.ts +++ b/public/app/plugins/datasource/postgres/meta_query.ts @@ -121,7 +121,7 @@ table_schema IN ( break; } case 'metric': { - query += " AND data_type IN ('text','char','varchar')"; + query += " AND data_type IN ('text','character','character varying')"; break; } case 'value': {