Export csv or xml file from a dataset in Postgresql -


i export dataset of table in csv or xml file, depending on easier. i'm using postgresql dbms. knows how that? thank you.

use copy command or run query psql , redirect std out file. other methods exists well.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -

My HTML document is not linking to my CSS stylesheet properly -