Postgresql – How to find pairwise all combination in a Postgres hstore column?
I have a table in Postgres with an hstore column like: "surface => concrete, ramp => yes, incline => up, highway => footway" "surface => asphalt, lit => no, source => survey, incline => 12.6%, highway => footway" "bicycle =>…