Opened 11 years ago
Closed 11 years ago
#2471 closed defect (fixed)
Spurious error msgs with postgis_restore.pl
Reported by: | darkblueb | Owned by: | strk |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.0.4 |
Component: | build | Version: | 2.0.x |
Keywords: | postgis_restore | Cc: |
Description
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@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.
Change History (2)
comment:1 by , 11 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Milestone: | PostGIS 2.1.1 → PostGIS 2.0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r11932 for 2.0.4, r11944 in 2.1 branch (2.1.1), r11945 in trunk (2.2.0)