2021-03-08 12:22:55 +01:00

11 lines
322 B
Plaintext

{
"name": "map_to_hstore",
"type": "function",
"groups": ["Maps"],
"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\"'"}
]
}