[postgis-devel] [PostGIS] #1368: ERROR: operator does not exist: hstore @ hstore
PostGIS
trac at osgeo.org
Mon Dec 12 08:02:19 PST 2011
#1368: ERROR: operator does not exist: hstore @ hstore
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
The *postgis_restore.pl family of function try to avoid restoring items
which may have been installed by postgis, but for operators the custom
dump manifest doesn't contain enough information to tell if an operator
belongs to postgis or not.
In this case, the hstore module installs a few operators which have the
same name as the ones we use for spatial types, thus *postgis_restore.pl
traps them and you end up with those operators not clearely restored.
Not necessarely a big deal, if you can restore those by re-enabling hstore
in your db, but they could be used by other items in your dump (views?)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1368>
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-devel
mailing list