From f6f7f681c7fc50cefa1e95ea3cc5a21532522483 Mon Sep 17 00:00:00 2001 From: Larissa Wandzura Date: Wed, 7 Jan 2026 21:11:49 -0600 Subject: [PATCH] ran prettier --- docs/sources/datasources/postgres/troubleshooting/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/datasources/postgres/troubleshooting/index.md b/docs/sources/datasources/postgres/troubleshooting/index.md index 1a431e6f13a..2b794e7d7a0 100644 --- a/docs/sources/datasources/postgres/troubleshooting/index.md +++ b/docs/sources/datasources/postgres/troubleshooting/index.md @@ -13,11 +13,11 @@ labels: - enterprise - oss menuTitle: Troubleshooting -title: Troubleshoot issues with the PostgreSQL data source +title: Troubleshoot PostgreSQL data source issues weight: 600 --- -# Troubleshoot issues with the PostgreSQL data source +# Troubleshoot PostgreSQL data source issues This document provides troubleshooting information for common errors you may encounter when using the PostgreSQL data source in Grafana. @@ -240,7 +240,7 @@ The following errors occur when there are issues with SQL syntax or query execut ### Macro expansion error -**Error message:** "macro '$__timeFilter' not found" or incorrect query results with macros +**Error message:** "macro '$\_\_timeFilter' not found" or incorrect query results with macros **Cause:** Grafana macros are not being properly expanded.