createdb, dropdb: Drop -o default, it does not appear to do anything good here
This commit is contained in:
parent
23bf3bd412
commit
e71b4522d1
@ -51,7 +51,7 @@ _createdb()
|
|||||||
_pg_databases
|
_pg_databases
|
||||||
fi
|
fi
|
||||||
} &&
|
} &&
|
||||||
complete -F _createdb -o default createdb
|
complete -F _createdb createdb
|
||||||
|
|
||||||
# dropdb(1) completion
|
# dropdb(1) completion
|
||||||
#
|
#
|
||||||
@ -84,7 +84,7 @@ _dropdb()
|
|||||||
_pg_databases
|
_pg_databases
|
||||||
fi
|
fi
|
||||||
} &&
|
} &&
|
||||||
complete -F _dropdb -o default dropdb
|
complete -F _dropdb dropdb
|
||||||
|
|
||||||
# psql(1) completion
|
# psql(1) completion
|
||||||
#
|
#
|
||||||
|
@ -11,9 +11,7 @@ proc teardown {} {
|
|||||||
setup
|
setup
|
||||||
|
|
||||||
|
|
||||||
assert_complete_any "createdb "
|
assert_complete_any "createdb -"
|
||||||
|
|
||||||
|
|
||||||
sync_after_int
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,9 +11,7 @@ proc teardown {} {
|
|||||||
setup
|
setup
|
||||||
|
|
||||||
|
|
||||||
assert_complete_any "dropdb "
|
assert_complete_any "dropdb -"
|
||||||
|
|
||||||
|
|
||||||
sync_after_int
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user