gpt4 book ai didi

sql - 使用JDBC读取postgresql中的配置参数

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

我在Datastudio中以下列方式在postgresql 9.2.4中设置了一个配置参数

SET foo.test = 'foo.test'

我可以使用 Datastudio 访问该值

SELECT current_setting('foo.test')

但是我无法使用 JDBC 访问该值。
我收到以下错误:

org.postgresql.util.PSQLException: ERROR: unrecognized configuration parameter "foo.test"

最佳答案

您可能在不同的 session 中运行 Datastudio 和 jdbs,并且 SET 设置 session 的设置。

https://www.postgresql.org/docs/current/static/sql-set.html

SET only affects the value used by the current session.

SET LOCAL 仅影响当前事务

关于sql - 使用JDBC读取postgresql中的配置参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49153106/

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