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.

Comments

Popular posts from this blog

Return Code 127