[postgis-devel] [PostGIS] #768: Probe_geometry_columns() don't work correctly

PostGIS trac at osgeo.org
Thu Jan 13 11:37:06 PST 2011


#768: Probe_geometry_columns() don't work correctly
------------------------+---------------------------------------------------
  Reporter:  aperi2007  |       Owner:  robe         
      Type:  defect     |      Status:  closed       
  Priority:  medium     |   Milestone:  PostGIS 2.0.0
 Component:  postgis    |     Version:  trunk        
Resolution:  invalid    |    Keywords:               
------------------------+---------------------------------------------------
Changes (by robe):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Andrea,

 For some reason I got confused and thought you were talking about
 populate_geometry_columns().  Unless I'm mistaken, probe_geometry_columns
 will only added entries to geometry_columns table if your table has srid
 and geometry dimension constraints where as populate_geometry_columns will
 add by inspecting you data and also add constraints to your table if its
 missing contraints.

 Given that you created your table with a create as statement, you don't
 have contraints on the table.  So I'm going to mark this as invalid and
 close it out.

 Feel free to reopen if you feel I'm mistaken and it worked with this set
 in 1.5.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/768#comment:5>
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