dotfiles/fish/completions/psql.fish

2 lines
66 B
Fish
Raw Normal View History

complete -x -c psql -d 'database name' -a "(__db_list_pg | uniq)"