=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2015-05-04 18:46:32 +0000 +++ zsh-functions/confz_postgresql_init 2015-05-04 18:44:09 +0000 @@ -181,7 +181,7 @@ ) local out extension version schema comment - out=$( confz_do $vars[psql] $opts -AP tuples_only=on -c '\dx' $vars[db] ) || die "psql failed" + out=$( confz_do $vars[psql] $opts -AP tuples_only=on -c '\dn' $vars[db] ) || die "psql failed" while IFS='|' read extension version schema comment; do if [[ $extension == $vars[extension] ]]; then [[ $schema == $vars[schema_name] ]] || \