Add the -i/--interactive option for dropuser

This commit is contained in:
J Smith 2017-08-28 11:50:21 -03:00
parent 48f3bb5beb
commit 2653bb59a6
1 changed files with 1 additions and 1 deletions

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'
}