Skip to content

Commit

Permalink
Update hstore_to_map example output
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Mar 8, 2021
1 parent 14e5c60 commit 34357c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/hstore_to_map
Expand Up @@ -5,6 +5,6 @@
"description": "Creates a map from a hstore-formatted string.",
"arguments": [
{"arg":"string", "description":"the input string"}],
"examples": [ { "expression":"hstore_to_map('qgis=>rocks')", "returns":"{ \"qgis\" : \"rocks\" }"}
"examples": [ { "expression":"hstore_to_map('qgis=>rocks')", "returns":"{ 'qgis': 'rocks' }"}
]
}

0 comments on commit 34357c1

Please sign in to comment.