=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2015-05-04 18:38:52 +0000 +++ zsh-functions/confz_postgresql_init 2015-05-04 18:14:48 +0000 @@ -147,7 +147,7 @@ do_command=( $vars[psql] $opts $vars[db] -1 - -c "CREATE SCHEMA $vars[schema_name]; ALTER SCHEMA $vars[schema_name] OWNER TO $vars[owner]" + -c "CREATE SCHEMA $vars[schema_name]; ALTER SCHEMA $vars[schema_name] OWNER $vars[owner]" ) local out schema owner