=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2014-06-28 05:11:17 +0000 +++ zsh-functions/confz_postgresql_init 2014-06-28 05:10:00 +0000 @@ -147,7 +147,7 @@ (($+vars[port])) && opts+=( --port=$vars[port] ) out=$( confz_do $vars[psql] $opts -AP tuples_only=on -c '\d' $vars[db] ) || die "psql failed" - if [[ -z $out || $out == 'No relations found.' ]]; then + if [[ -z $out ]]; then fail_reason="the schema for ${(qqq)vars[db]} is empty" return 1 elif [[ $out != $vars[schema] ]]; then