小编rli*_*x57的帖子

PostgreSQL 数据库不存在错误

我收到“数据库不存在错误”,即使数据库存在:

postgres=# GRANT ALL PRIVILEGES ON DATABASE Owino to OdooD;
Run Code Online (Sandbox Code Playgroud)

错误:数据库“owino”不存在

Name    |  Owner   | Encoding |   Collate   |    Ctype    |    Access privileges

Owino   | dominus  | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
postgres| postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 | =Tc/postgres           +
        |          |          |             |             | postgres=CTc/postgres  +
        |          |          |             |             | orokon=CTc/postgres    +
        |          |          |             |             | powerbidev=CTc/postgres+
        |          |          |             |             | odoodev=CTc/postgres
Run Code Online (Sandbox Code Playgroud)

postgresql

2
推荐指数
1
解决办法
8469
查看次数

标签 统计

postgresql ×1