Changes between Initial Version and Version 1 of Ticket #2941


Ignore:
Timestamp:
Sep 27, 2014, 5:50:04 PM (10 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2941 – Description

    initial v1  
    2323--yields 4269 as expected.
    2424
     25-- this correctly rejects as expected
    2526
     27SELECT geography(ST_GeomFromText('POINT(1 1)', 26986)) As geog;
     28
     29erros out with;
     30ERROR:  Only lon/lat coordinate systems are supported in geography.
    2631}}}
    2732