<br><font size=2 face="sans-serif">I also use OGR to export, here is an
example with PHP</font>
<br>
<br><font size=2 face="sans-serif">$query = sprintf('select * from %s%s
as a;',$schema,$layerName);</font>
<br><font size=2 face="sans-serif">$result = pg_query($dbconn, $query);</font>
<br>
<br><font size=2 face="sans-serif">$ogr2ogr = 'CALL D:\\ms4w\\tools\\gdal-ogr\\ogr2ogr.exe';</font>
<br><font size=2 face="sans-serif">//where the file goes</font>
<br><font size=2 face="sans-serif">$stock = 'd:\\ms4w\\Apache\\htdocs\\tmp\\';
</font>
<br><font size=2 face="sans-serif">$shellcommand = $ogr2ogr.' -f KML '.
$stock . 'data_'. $layerName . '.kml PG:" host=xxxx dbname=xx user=xx
password=xxx" -sql "'.$query.'"';</font>
<br><font size=2 face="sans-serif">$shellresult = shell_exec($shellcommand);
</font>
<br>
<br>
<br><font size=2 face="sans-serif">steve</font>
<br><font size=2 face="sans-serif"><br>
</font><font size=3 color=#0066ff><i>Steve Toutant, M. Sc.</i></font><font size=3><br>
Analyste en géomatique<br>
Secteur environnement<br>
Direction des risques biologiques, environnementaux et occupationnels<br>
Institut national de santé publique du Québec<br>
945, avenue Wolfe<br>
Québec, Qc G1V 5B3 </font>
<p><font size=3>Tél.: (418) 650-5115 #5281<br>
Fax.: (418) 654-3144</font><font size=3 color=blue><u><br>
</u></font><a href=mailto:steve.toutant@inspq.qc.ca><font size=3 color=blue><u>steve.toutant@inspq.qc.ca</u></font></a><font size=3 color=blue><u><br>
</u></font><a href=http://www.inspq.qc.ca/><font size=3 color=blue><u>http://www.inspq.qc.ca</u></font></a>
<p><font size=3> </font>
<p>