Difference between revisions of "Delete database"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* <code>[[CREATE DATABASE]]</code> | * <code>[[CREATE DATABASE]]</code> | ||
* <code>[[\list]]</code> | * <code>[[\list]]</code> | ||
+ | * [[PostgreSQL superuser]] | ||
== See also == | == See also == |
Revision as of 14:51, 18 November 2022
PostgreSQL
DROP DATABASE [IF EXISTS] my_database_name;
Do not forget the ;
at the end of the line
DROP DATABASE database_name; Output: DROP DATABASE
Related terms:
Related
See also
Advertising: