From: Rogan Hamby Date: Fri, 16 Feb 2018 16:36:13 +0000 (-0500) Subject: add mig-sql the show path X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=adc140b60918f3bdbfa62c732b0673ff49728e24 add mig-sql the show path --- diff --git a/mig-bin/mig-sql b/mig-bin/mig-sql index 0f7d9e0..bbe564f 100755 --- a/mig-bin/mig-sql +++ b/mig-bin/mig-sql @@ -31,10 +31,9 @@ my $mig_bin = "$FindBin::Bin/"; use lib "$FindBin::Bin/"; use Mig; -pod2usage(-verbose => 2) if defined $ARGV[0] && $ARGV[0] eq '--help'; - my @MYARGV = ( 'psql' + ,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog' ,'-vmigschema=' . $MIGSCHEMA ); if (defined $BIBSTART) {