Fix map_to_hstore example, output a string

This commit is contained in:
Harrissou Sant-anna 2021-03-08 12:22:55 +01:00 committed by GitHub
parent 34357c1b0b
commit 0aecc06c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\"'"}
]
}