[postgis-tickets] [PostGIS] #1014: GEOMETRY type is not "hashable"
PostGIS
trac at osgeo.org
Fri Jul 3 08:24:49 PDT 2015
#1014: GEOMETRY type is not "hashable"
--------------------------+---------------------------------
Reporter: vince | Owner: pramsey
Type: enhancement | Status: reopened
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords: GEOMETRY hash UNION
--------------------------+---------------------------------
Comment (by pramsey):
Oh ha ha, turns out something is already happening...
{{{
pramsey=# select 'POINT(0 0)'::geometry UNION SELECT 'POINT(0
0)'::GEometry;
geometry
--------------------------------------------
010100000000000000000000000000000000000000
(1 row)
pramsey=# select 'POINT(0 0)'::geometry UNION SELECT 'POINT(-0
0)'::GEometry;
geometry
--------------------------------------------
010100000000000000000000000000000000000000
(1 row)
pramsey=# select 'POINT(-0 0)'::geometry UNION SELECT 'POINT(0
0)'::GEometry;
geometry
--------------------------------------------
010100000000000000000000800000000000000000
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1014#comment:12>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list