小编Ayu*_*uru的帖子

Postgres:关系不存在错误

我使用 pg_restore 用转储文件加载我的 postgres 数据库。我与我的用户连接到我的数据库:

sudo -u arajguru psql dump

select current_user;
 current_user 
--------------
 arajguru
Run Code Online (Sandbox Code Playgroud)

现在我能够看到所有新创建的表:

dump=> \dt
               List of relations
 Schema |       Name        | Type  |  Owner   
--------+-------------------+-------+----------
 public | Approvals         | table | arajguru
 public | Approvers         | table | arajguru
 public | Conditions        | table | arajguru
 public | Entities          | table | arajguru
 public | EntityDefinitions | table | arajguru
 public | Projects          | table | arajguru
 public | Rules             | table | arajguru
 public | …
Run Code Online (Sandbox Code Playgroud)

postgresql quoted-identifier

18
推荐指数
1
解决办法
11万
查看次数

标签 统计

postgresql ×1

quoted-identifier ×1