var fDesc=new Array(); fDesc[0] = "EMS DB Comparer for PostgreSQL is an excellent tool for PostgreSQL database comparison and synchronization. It allows you to view all the differences in compared database objects and execute an automatically generated script to synchronize structure of PostgreSQL databases and eliminate all or selected differences. Having EMS DB Comparer for PostgreSQL you can work with several projects at once, define PostgreSQL comparison parameters, print difference reports, and alter modification scripts.
The program has the ability to automate PostgreSQL database schemas comparison and synchronization task using the helpful Console Application."; 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 = ''; } }