Opened 12 years ago

Closed 12 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 robe, 12 years ago

Owner: changed from strk to robe

comment:2 by robe, 12 years ago

Resolution: fixed
Status: newclosed

Changed in packaging. Should show up on next PostGIS code change.

Note: See TracTickets for help on using tickets.