[fdo-trac] #394: PostGIS Defect : Describe schema fails when advanced types present

FDO trac_fdo at osgeo.org
Tue Apr 28 05:08:57 EDT 2009


#394: PostGIS Defect : Describe schema fails when advanced types present
------------------------------+---------------------------------------------
 Reporter:  mwtoews           |         Owner:  mloskot
     Type:  defect            |        Status:  new    
 Priority:  critical          |     Milestone:         
Component:  PostGIS Provider  |       Version:  3.2.3  
 Severity:  2                 |    Resolution:         
 Keywords:                    |   External_id:         
------------------------------+---------------------------------------------
Comment (by bscott):

 the timestamptz was a bug in the provider, the next release will support
 that type whitout any problems.

 Looking at this in a more global perspective, it won't be possible to
 support all extended posgresql extended types. To support a postgres
 extended type we have to match it with a FDO type.
 The big problem actually is that the DescribeSchema function fail when
 there's a table with an unsupported type, making that complete schema
 unavailable.
 I would suggest to skip all tables with unsupported type and return only
 the tables/views with supported type. This way, these schemas will at
 least be available with the supported tables.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/394#comment:2>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list