简体   繁体   English

Wso2 Identity Server 使用哪种查询协议与 PostgreSQL 数据库通信?

[英]Which query protocol does Wso2 Identity Server use to communicate with PostgreSQL Database?

I need to know which "query protocol" Wso2 Identity Server is using to connect with PostgreSQL Database.我需要知道 Wso2 Identity Server 使用哪个“查询协议”来连接 PostgreSQL 数据库。

Thanks in advance.提前致谢。

WSO2 is using Postgress JDBC Driver to connect to Postgress Database, hence does not explicitly handle connections. WSO2 使用 Postgress JDBC 驱动程序连接到 Postgress 数据库,因此没有显式处理连接。 As per the Postgres documentation , the following is the default protocol that's being used.根据 Postgres文档,以下是正在使用的默认协议。

The driver supports the V3 frontend/backend protocols. The V3 protocol was introduced in 7.4 and the driver will by default try to connect using the V3 protocol.

Also, it seems you can set the protocol version as a JDBC connection property as well.此外,您似乎也可以将协议版本设置为 JDBC 连接属性。 So you should be able to change this by adding this to Datasource configurations.因此,您应该能够通过将其添加到数据源配置来更改它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM