how to drop a database in pgsql code example Example: postgres delete database CREATE DATABASE testdb1; DROP DATABASE testdb1;