adding load report file for resource mate
[migration-tools.git] / mig-bin / mig-sql
index bbe564f..1cb7d92 100755 (executable)
@@ -33,8 +33,8 @@ use Mig;
 
 my @MYARGV = (
      'psql'
-    ,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog'
     ,'-vmigschema=' . $MIGSCHEMA
+    ,'-F ' . "\t"
 );
 if (defined $BIBSTART) {
     push @MYARGV, '-vbibstart=' . $BIBSTART;