Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix map_to_hstore example, output a string
  • Loading branch information
DelazJ committed Mar 8, 2021
1 parent 34357c1 commit 0aecc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/map_to_hstore
Expand Up @@ -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\"'"}
]
}

0 comments on commit 0aecc06

Please sign in to comment.