[postgis-devel] [PostGIS] #2004: wrong path to topology on postgis 2.1.0 xWin
PostGIS
trac at osgeo.org
Mon Sep 17 15:24:25 PDT 2012
#2004: wrong path to topology on postgis 2.1.0 xWin
-----------------------------------+----------------------------------------
Reporter: aperi2007 | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
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,
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2004>
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-devel
mailing list