Opened 10 years ago
Last modified 7 years ago
#2808 new defect
Installing newer topology than version of PostGIS gives misleading upgrade message
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | low | Milestone: | PostGIS Fund Me |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Just had andre on IRC install postgis_topology 2.2.0dev and he gets this message
TOPOLOGY (topology procs from "2.2.0dev r12721" need upgrade)
when running
SELECT postgis_full_version();
The message is a bit misleading it says that if your version of TOPOLOGY doesn't match your version of PostGIS. In this case he is running a newer TOPOLOGY and PostGIS 2.1.3.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|
Note:
See TracTickets
for help on using tickets.
Yes, the code does not distinguish between beyond and behind. Should it maybe say "need downgrade" ? Or what should it suggest in this case ? Upgrade shared libraries ?