[postgis-devel] [PostGIS] #1140: loader/PointZ test failing on my windows 9.0/9.1
PostGIS
trac at osgeo.org
Fri Jul 22 05:17:52 PDT 2011
#1140: loader/PointZ test failing on my windows 9.0/9.1
---------------------+------------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
I also tried on a different windows box running 8.4 - created a new db
with local c
{{{
CREATE DATABASE test
WITH OWNER = postgres
ENCODING = 'UTF8'
TABLESPACE = pg_default
LC_COLLATE = 'C'
LC_CTYPE = 'C'
CONNECTION LIMIT = -1;
}}}
Ran my little test:
{{{
SELECT * FROM (values ('01'),(' 03')) AS f ORDER BY 1;
Output:
column1
---------
03
01
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1140#comment:6>
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