Opened 13 years ago
Closed 13 years ago
#2004 closed defect (fixed)
wrong path to topology on postgis 2.1.0 xWin
Reported by: | aperi2007 | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description ¶
Hi, installing the postgis2.1.0 64bit per pg 9.2. I notice that in the makepostgisdb.bat file the path to topology is wrong. Actually it is: "%PGBIN%\psql" -d "%THEDB%" -f "share\contrib\postgis-%POSTGISVER%\topology\topology.sql" "%PGBIN%\psql" -d "%THEDB%" -f "share\contrib\postgis-%POSTGISVER%\topology\topology_comments.sql"
Instead it should be:
"%PGBIN%\psql" -d "%THEDB%" -f "share\contrib\postgis-%POSTGISVER%\topology.sql" "%PGBIN%\psql" -d "%THEDB%" -f "share\contrib\postgis-%POSTGISVER%\topology_comments.sql"
Regards,
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Changed in packaging. Should show up on next PostGIS code change.