我想取消为什么我不能从cmd中删除一个数据库:我执行命令:drop database if exists <db_name>,但是结果如下:
postgres=# drop database testV5;
ERROR: database "testV5" does not exist知道数据库存在:
postgres=# \l
Liste des bases de donnÚes
Nom | PropriÚtaire | Encodage | Collationnement | Type caract. | Droits d'accÞs
testV4 | postgres | UTF8 | French_Canada.1252 | French_Canada.1252 |
testV5 | postgres | UTF8 | French_Canada.1252 | French_Canada.1252 |
postgres | postgres | UTF8 | French_Canada.1252 | French_Canada.1252 |
template0| postgres | UTF8 | French_Canada.1252 | French_Canada.1252 |
template1| postgres | UTF8 | French_Canada.1252 | French_Canada.1252 | 有人能解释一下吗?提前谢谢。
https://dba.stackexchange.com/questions/289323
复制相似问题