From ecf127c0fa305d8727282a423b5a851826854365 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:02:20 -0600 Subject: [PATCH] [v11.3.x] Docs/removing outdated versioning info in OSS data source docs (#96352) Docs/removing outdated versioning info in OSS data source docs (#96351) docs/removing outdated versioning info in oss data source docs (cherry picked from commit f83f7332a1fb1a1ebf480db61c74ca07ae7f7b7c) Co-authored-by: Jacob Valdez --- docs/sources/datasources/postgres/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/sources/datasources/postgres/_index.md b/docs/sources/datasources/postgres/_index.md index 4b1ab7898c4..b9b639ced87 100644 --- a/docs/sources/datasources/postgres/_index.md +++ b/docs/sources/datasources/postgres/_index.md @@ -430,9 +430,7 @@ SELECT hostname FROM my_host WHERE hostname LIKE '$__searchFilter' ### Using Variables in Queries -From Grafana 4.3.0 to 4.6.0, template variables are always quoted automatically. If your template variables are strings, do not wrap them in quotes in where clauses. - -From Grafana 4.7.0, template variable values are only quoted when the template variable is a `multi-value`. +Template variable values are only quoted when the template variable is a `multi-value`. If the variable is a multi-value variable then use the `IN` comparison operator rather than `=` to match against multiple values.