[postgis-devel] [PostGIS] #1482: ERROR: Negative SRID is not for GEOGRAPHY at character 69
PostGIS
trac at osgeo.org
Wed Jan 18 02:02:52 PST 2012
#1482: ERROR: Negative SRID is not for GEOGRAPHY at character 69
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Try this:
{{{
select 'POINT(0 0)'::geography(point, 0);
}}}
Should behave the same as omitting the SRID instead.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1482>
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