=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2014-06-28 04:59:31 +0000 +++ zsh-functions/confz_postgresql_init 2014-06-28 04:56:42 +0000 @@ -84,7 +84,7 @@ (($+vars[host])) && opts+=( --host=$vars[host] ) (($+vars[port])) && opts+=( --port=$vars[port] ) - do_command=( $vars[createuser] $opts $vars[name] ) + do_command=( $vars[createdb] $opts $vars[name] ) local flag for flag in allow_createdb allow_createrole allow_replication allow_login superuser; do