commit 408f815b33aee4e4222f918d886ffc58398534a4 parent b9e17d88dae4ac01842e2daa873c4a406799790b Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Mon, 4 May 2015 20:02:16 +0200 rename postgresql_schema to postgresql_content Diffstat:
| M | zsh-functions/confz_postgresql_init | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_postgresql_init b/zsh-functions/confz_postgresql_init @@ -134,7 +134,7 @@ confz_postgresql_db_check() { return 1 } -confz_postgresql_schema_check() { +confz_postgresql_content_check() { checkvars db schema psql_input defvar user postgres defvar psql psql @@ -157,7 +157,7 @@ confz_postgresql_schema_check() { return 0 } -confz_postgresql_schema_do() { +confz_postgresql_content_do() { local -a opts opts+=( -U $vars[user] )