Re: [postgis-users] Export only a View from my database to .csv file

2012-07-10 Thread Nicolas Ribot
Hi, Look at the copy command: copy (select * from myview) to '/tmp/myview.csv' WITH (format CSV); Nicolas On 10 July 2012 12:25, José María Amuedo wrote: > Hello. > > I have a simple question, Is it possible to export a view from my database > to a .csv file? > > Thank you, > > José María >

[postgis-users] Export only a View from my database to .csv file

2012-07-10 Thread José María Amuedo
Hello. I have a simple question, Is it possible to export a view from my database to a .csv file? Thank you, José María ___ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users