how to drop database from postgres code example Example: postgres delete database CREATE DATABASE testdb1; DROP DATABASE testdb1;