Little thinks about PSQL
Hi , if you just wanna list all databases on your postgres. It's just
$ psql -l U postgres
and if you wanna drop db. It's just
$ dropdb -U postgres
That's it.
$ psql -l U postgres
and if you wanna drop db. It's just
$ dropdb
That's it.
Comments
Post a Comment