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

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

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -