Search This Blog

Tuesday, August 13, 2013

Drop/Create a postgresql database from script/ from console

$echo your_postgres_user_password | sudo -S -u postgres psql -c "create database database_name"

$echo your_postgres_user_password | sudo -S -u postgres psql -c "create database database_name"

No comments:

Post a Comment

If you like this post, please leave a comment :)