Crea una mappa da una stringa formattata in hstore
hstore_to_map(string)
hstore_to_map('qgis=>rocks') → { "qgis" : "rocks" }
–