=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2015-06-29 18:50:18 +0000 +++ zsh-functions/confz_postgresql_init 2015-05-04 18:46:32 +0000 @@ -95,7 +95,7 @@ fi done - out=$( confz_do $vars[psql] $opts -AP tuples_only=on -c '\dg' template1 ) || die "psql failed" + out=$( confz_do $vars[psql] $opts -AP tuples_only=on -c '\dg' ) || die "psql failed" grep -q "^$vars[name]|" <<<$out }