gpt4 book ai didi

PostgreSQL:\ir 创建错误

转载 作者:行者123 更新时间:2023-11-29 13:17:52 26 4
gpt4 key购买 nike

我目前正在尝试运行其他人留下的 sql 命令/脚本来建立数据库。他们有这个脚本

BEGIN;
\ir file.sql
\ir file.sql
END;

它在第一个反斜杠处给出错误。我正在使用 PostgreSQL 9.3 和 pgAdmin3。谢谢!

最佳答案

PgAdmin-III 不支持 psql 反斜杠命令。

使用psql 命令行客户端运行脚本:

psql -f my_script.sql

关于PostgreSQL:\ir 创建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46407201/

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