if ( $OPT_UPGRADE_FROM ) {
$sql .= " VERSION '" . $OPT_UPGRADE_FROM . "'";
}
+
+ print "Preparing db '${DB}' using: ${sql}\n";
+
$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
if ( $rv ) {
}
$sql .= " VERSION '" . $OPT_UPGRADE_FROM . "'";
}
+
+ print "Preparing db '${DB}' using: ${sql}\n";
+
$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
if ( $rv ) {