2011-09-12

Slitaz -- postgis-1.5.3

PostGIS 1.5.3 Release

The 1.5.3 release of PostGIS is now available. This is a minor release addressing a few issues that have been filed since the 1.5.2 release in addition to fixes that allow it to compile against PostgreSQL 9.1beta.

1.
 postgres@slitaz:~$ psql -U postgis -d gis
psql (9.0.4)
Type "help" for help.

2.
gis=# select version();
                                                 version                                               
---------------------------------------------------------------------------------------------------------
 PostgreSQL 9.0.4 on i486-slitaz-linux-gnu, compiled by GCC i486-slitaz-linux-gcc (SliTaz) 4.5.2, 32-bit
(1 row)

3.
gis=# select postgis_full_version();
                                         postgis_full_version                                        
-------------------------------------------------------------------------------------------------------
 POSTGIS="1.5.3" GEOS="3.3.0-CAPI-1.7.0" PROJ="Rel. 4.7.1, 23 September 2009" LIBXML="2.7.8" USE_STATS
(1 row)

4.
gis=# \! tazpkg info postgis

Tazpkg information
================================================================================
Package    : postgis
Version    : 1.5.3
Category   : misc
Short desc : geographic objects support for PostgreSQL
Maintainer :
Depends    : proj geos
Build deps : proj geos
Web site   : http://postgis.org/
================================================================================

5.
gis=# \q
postgres@slitaz:~$
.