From: Rogan Hamby Date: Fri, 16 Feb 2018 16:52:11 +0000 (-0500) Subject: commenting out the other way of invoking path X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=0eae5715cd8a6337c1040585d2bb1be4c9d6fa04 commenting out the other way of invoking path --- diff --git a/mig-bin/mig-sql b/mig-bin/mig-sql index bbe564f..8d90c55 100755 --- a/mig-bin/mig-sql +++ b/mig-bin/mig-sql @@ -33,7 +33,7 @@ use Mig; my @MYARGV = ( 'psql' - ,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog' + #,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog' ,'-vmigschema=' . $MIGSCHEMA ); if (defined $BIBSTART) {