=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2015-05-04 18:02:16 +0000 +++ zsh-functions/confz_postgresql_init 2014-06-28 05:11:17 +0000 @@ -134,7 +134,7 @@ return 1 } -confz_postgresql_content_check() { +confz_postgresql_schema_check() { checkvars db schema psql_input defvar user postgres defvar psql psql @@ -157,7 +157,7 @@ return 0 } -confz_postgresql_content_do() { +confz_postgresql_schema_do() { local -a opts opts+=( -U $vars[user] )