From 0aecc06c566adc8fb873adecfb646279fe48dac3 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Mon, 8 Mar 2021 12:22:55 +0100 Subject: [PATCH] Fix map_to_hstore example, output a string --- resources/function_help/json/map_to_hstore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/map_to_hstore b/resources/function_help/json/map_to_hstore index ca25c5b87ba..02c2c96cd39 100644 --- a/resources/function_help/json/map_to_hstore +++ b/resources/function_help/json/map_to_hstore @@ -5,6 +5,6 @@ "description": "Merge map elements into a hstore-formatted string.", "arguments": [ {"arg":"map", "description":"the input map"}], - "examples": [ { "expression":"map_to_hstore(map('qgis','rocks'))", "returns":"\"qgis\"=>\"rocks\"}"} + "examples": [ { "expression":"map_to_hstore(map('qgis','rocks'))", "returns":"'\"qgis\"=>\"rocks\"'"} ] }