[postgis-devel] [PostGIS] #1492: postgis_scripts_installed / postgis_scripts_released are screwy
PostGIS
trac at osgeo.org
Sun Jan 22 19:56:02 PST 2012
#1492: postgis_scripts_installed / postgis_scripts_released are screwy
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Okay guys I begged you to make an alpha release so we can hve point in
times to verify where people are and now all I have to know what's up are
these two functions and I come to find that these aren't even working.
Is this just my install or are they really broken?
In 1.5 I can do this:
{{{
select postgis_scripts_installed(), postgis_scripts_released();
}}}
I get this:
{{{
postgis_scripts_installed | postgis_scripts_released
---------------------------+--------------------------
1.5 r7360 | 1.5 r7360
}}}
I do this in PostGIS 2.0 and I get something less than useful.
{{{
postgis_scripts_installed | postgis_scripts_released
---------------------------+--------------------------
2.0 r | 2.0 r
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1492>
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