[ Prev ] [ Index ] [ Next ]

Delete database

Created Mittwoch 07 April 2021


PostgreSQL client

$ dropdb -U <SQL superuser> <Database name>


SQL

<SQL DB>=# CREATE DATABASE <DB name>;