Loading

How to specify JDBC driver parameters with PostgreSQL connector

게시 일자: Apr 13, 2024
과업

How to specify the JDBC driver parameters when connecting via PostgreSQL connector?

단계

Option 1

Use the .properties file to specify the parameters. Refer to the steps in this article.

Option 2

Specify the parameters in the Server field as shown below.

Example
Server, postgresql.test.com:5432/TestV1?tcpKeepAlive=true


User-added image
추가 자원
There is no need to add the string "jdbc:postgresql://" since it is automatically added in the background.
 
Knowledge 기사 번호

001469518

 
로드 중
Salesforce Help | Article