Re: [gdal-dev] OGR and Postgis : use simpler request to determine the spatial projection

2012-04-25 Thread Even Rouault
Selon Alexandre Gacon : > Hi, > > We use currently GDAL/OGR C++ API to execute complicated requests on a > postgis database. Apparently, GDAL executes the request also to find the > spatial reference of the result. Is it possible to bypass this behavior and > thus to avoid the execution of our req

[gdal-dev] OGR and Postgis : use simpler request to determine the spatial projection

2012-04-25 Thread Alexandre Gacon
Hi, We use currently GDAL/OGR C++ API to execute complicated requests on a postgis database. Apparently, GDAL executes the request also to find the spatial reference of the result. Is it possible to bypass this behavior and thus to avoid the execution of our request ? -- Alexandre Gacon