标签:sql语句 文档 connect sql href https 启动 百度 set
近期由于业务需要和一些json的存储查询需要,把新的应用切到pgsql上来,刚刚切好,是可以正常使用的,但是偶尔会来一下
The proper way to do it for JDBC is adding prepareThreshold=0
parameter to connect string.
在配置文件上加上
jdbc.url=jdbc:postgresql://xxxxx:6432/finance_log?prepareThreshold=0
再次启动,S_1这样的错误几乎找不到了。OK
附官方说明
https://pgbouncer.github.io/faq.html#what-should-my-serverresetquery-be
https://jdbc.postgresql.org/documentation/head/connect.html
Postgresql:prepared statement "S_1" already exists
标签:sql语句 文档 connect sql href https 启动 百度 set
原文地址:http://www.cnblogs.com/fangyuan303687320/p/6033526.html