[postgis-tickets] [PostGIS] #2369: SQL Statemant Works in Windows version 1.5x Not in Liunx version 2.0x

PostGIS trac at osgeo.org
Tue Jun 25 17:08:33 PDT 2013


#2369: SQL Statemant Works in Windows version 1.5x  Not in Liunx version 2.0x
----------------------+-----------------------------------------------------
  Reporter:  vbalent  |       Owner:  pramsey      
      Type:  defect   |      Status:  closed       
  Priority:  high     |   Milestone:  PostGIS 2.0.4
 Component:  postgis  |     Version:  2.0.x        
Resolution:  invalid  |    Keywords:               
----------------------+-----------------------------------------------------

Comment(by robe):

 hmm I should probably try running code before I post it.  here is yet
 another typo correction.

 {{{
 ALTER TABLE part_1_crimes
  ALTER COLUMN geom TYPE geometry(POINT,2260)
     USING ST_Transform(ST_SetSRID(geom, 4326),2260);
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2369#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-tickets mailing list