diff --git a/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java b/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java index 175d6843b8943954385d5a5bd2d985fd392f1d72..6d909f7394dcee1e466e9b63344f6735db6dcd70 100644 --- a/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java +++ b/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java @@ -38,7 +38,7 @@ import java.util.regex.Pattern; import javax.swing.JFileChooser; /** - * Helper application which creates from a PostgreSQL dump file to be used to setup the database. + * Helper application which creates 'mass upload' files to be used to setup the database from a PostgreSQL dump. * <p> * <b>Important:</b> When creating the dump file with <code>pg_dump</code> use the option <b>--no-owner</b>. * <p>