gpt4 book ai didi

postgresql - 如何使用 psql 在 URI 中指定架构?

转载 作者:行者123 更新时间:2023-12-02 18:45:22 24 4
gpt4 key购买 nike

当使用 psql 连接到数据库时,我可以使用 URI 指定数据库:

psql postgres://user:pass@hostname/my_db

但是我该如何指定模式呢?

最佳答案

您可以使用options 查询参数指定它:

psql "postgres://user:pass@hostname/my_db?options=--search_path%3Dmy_schema"

%3D 是 URL 编码的 = 符号。它必须是 URL 编码的,否则 psql 会混淆。

关于postgresql - 如何使用 psql 在 URI 中指定架构?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67525359/

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