According to the OGR documentation (http://www.gdal.org/ogr/drv_pg.html), if spatial tables exist in your database (i.e. the geometry_columns table exists), it will only list these as OGR layers, and not the other tables.
You can try using the PostGIS provider, but I don't know how it treats non-spatial tables. Traian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rui Daniro Sent: Tuesday, March 10, 2009 7:49 AM To: [email protected] Subject: [mapguide-users] Accessing to non-geographic data Hi All, I am using Mapguide Studio 2009 and Postgres database. I can connect to my database using OGR and I can see the tables with geographic data, but not the ones with non-geographic data. Can anyone help with this and sort me out? I want to concanate the non-gepgraphic tables with the ones with geographic data. That is the reason I want to see my non-geographic tables. I am much apreciated to any help that you could provide. Best Regards Rui -- View this message in context: http://n2.nabble.com/Accessing-to-non-geographic-data-tp2454711p2454711.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
