var fDesc=new Array(); fDesc[0] = "PGToTxt is a tool to export PostgreSQL data to file (csv, text, sql, xml, html, excel, etc.).

PGToTxt is convenient:
1. Easy visually config, just click on the mouse.
2. Displaying Progress, time estimation.
3. Saving and loading session parameters, let you repeat your task easily.

PGToTxt is powerful:
1. Support multiple file format: csv, txt, sql, xml, html, Excel.
2. Export from both table and query.
3. Export all tables data in a schema to files in same time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }