Add the -i/--interactive option for dropuser
This commit is contained in:
parent
48f3bb5beb
commit
2653bb59a6
|
@ -416,7 +416,7 @@ _dropuser () {
|
||||||
"$_pgsql_common_opts[@]" \
|
"$_pgsql_common_opts[@]" \
|
||||||
{-e,--echo}'[display SQL queries]' \
|
{-e,--echo}'[display SQL queries]' \
|
||||||
{-q,--quiet}'[non verbose mode]' \
|
{-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'
|
':PostgreSQL user:_pgsql_users'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue