Add the -i/--interactive option for dropuser

This commit is contained in:
J Smith
2017-08-28 11:51:27 -03:00
parent 48f3bb5beb
commit 2653bb59a6
+1 -1
View File
@@ -416,7 +416,7 @@ _dropuser () {
"$_pgsql_common_opts[@]" \
{-e,--echo}'[display SQL queries]' \
{-q,--quiet}'[non verbose mode]' \
{-i,--interactive}'[confirm before drop]' \
{-i,--interactive}'[prompt before deleting anything, and prompt for role name if not specified]' \
':PostgreSQL user:_pgsql_users'
}