gpt4 book ai didi

bash - PostgreSQL 命令来自 bash 脚本

转载 作者:行者123 更新时间:2023-11-29 14:22:39 25 4
gpt4 key购买 nike

我使用 PostgreSQL 9.2 和 bash 脚本。我有一个问题。

我的数据库是 TestDB ,表名是config

我的 bash 代码是

sudo -u postgres psql -c "select count(*) from public.config where var_name='url'"

结果是

错误:关系“public.config”不存在

谁能帮帮我?

最佳答案

sudo -u postgres psql TestDB -c "select count(*) from config where var_name='url'

数据库丢失,所以你在 postgres 数据库中执行了命令,你可能没有那个表 ;-)

关于bash - PostgreSQL 命令来自 bash 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17614071/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com