Delete database

From wikieduonline
Revision as of 09:28, 26 September 2022 by Ant (talk | contribs) (→‎Related)
Jump to navigation Jump to search

PostgreSQL

DROP DATABASE [IF EXISTS] database_name;

Do not forget the ; at the end of the line

DROP DATABASE database_name;
Output:
DROP DATABASE

Related terms: sudo -u postgres psql

Related

See also

Advertising: