2022-01-13 08:56:17 -05:00

16 lines
375 B
Plaintext

{
"name": "hstore_to_map",
"type": "function",
"groups": ["Maps"],
"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' }"
}],
"tags": ["formatted", "hstore", "map"]
}