[postgis-devel] [PostGIS] #1608: Sort out scripts versions
PostGIS
trac at osgeo.org
Mon Feb 27 07:40:12 PST 2012
#1608: Sort out scripts versions
---------------------+------------------------------------------------------
Reporter: strk | Owner: strk
Type: task | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
With r9309 we have SVN revision in raster lib version too.
Here's an example query:
{{{
\x
select postgis_scripts_installed() as core_script,
postgis_raster_scripts_installed() as raster_script,
postgis_topology_scripts_installed() as topo_script, postgis_lib_version()
|| ' r' || postgis_svn_version() as core_lib, postgis_raster_lib_version()
as raster_lib;
-[ RECORD 1 ]-+---------------------
core_script | 2.0.0alpha7SVN r9303
raster_script | 2.0.0alpha7SVN r9305
topo_script | 2.0.0alpha7SVN r9303
core_lib | 2.0.0alpha7SVN r9308
raster_lib | 2.0.0alpha7SVN r9308
}}}
Interesting mess isn't it ? :)
Now on to the postgis_full_version() check.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1608#comment:5>
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