[postgis-tickets] [PostGIS] #2471: Spurious error msgs with postgis_restore.pl
PostGIS
trac at osgeo.org
Fri Sep 6 12:36:11 PDT 2013
#2471: Spurious error msgs with postgis_restore.pl
-----------------------------+----------------------------------------------
Reporter: darkblueb | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.0.x
Keywords: postgis_restore |
-----------------------------+----------------------------------------------
Using PostgreSQL 9.2 on Ubuntu 12.04 'precise', dump an existing 2.0x
PostGIS database, drop it, build a new one, add PostGIS 2.1 Final, and
restore - note the error msgs...
{{{
dbb at ic_host:/$ /path/to/srcs/postgis_21/utils/postgis_restore.pl
some_good_db.dump | psql -q some_good_db
Converting some_good_db.dump to ASCII on stdout...
Reading list of functions to ignore...
Writing manifest of things to read from dump file...
Writing ASCII to stdout...
ERROR: function "postgis_libjson_version" already exists with same
argument types
ERROR: function "postgis_svn_version" already exists with same argument
types
ERROR: function "st_asewkt" already exists with same argument types
ERROR: operator <#> already exists
ERROR: operator <-> already exists
Done.
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2471>
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