In this video, we demonstrate to you how to create and delete a PostgreSQL database on Ubuntu 16.04.
Commands used:
su – postgres
psql
postgres=# CREATE DATABASE dbname;
postgres=# list
DROP DATABASE dbname;
The related article for this article can be found here: https://www.liquidweb.com/kb/creating-and-deleting-a-postgresql-database/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or for more information on our line of dedicated products visit us at https://www.liquidweb.com/products/dedicated/ to learn more about our current specials!
Video by: Justin Palmer
Duration: 00:01:34
Publisher: Liquid Web
You can watch this video also at the source.