Skip to content

Commit 959191e

Browse files
authored
Merge pull request #5110 from vadius45/patch-2
2 parents 753acf9 + 9d4ffaa commit 959191e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

product_docs/docs/efm/4/efm_deploy_arch/04_efm_client_connect_failover.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ You don't need to configure the virtual IP configuration in `efm.properties` (`v
3838
JDBC | Yes | All supported versions | Supply multiple hosts in the connection string, and set the `targetServerType` attribute as primary. Example: `jdbc:postgresql://host1:5444,host2:5444/accounting?targetServerType=primary`. More information: https://jdbc.postgresql.org/documentation/head/connect.html#connection-failover
3939
libpq | Yes | 10 and above | Supply multiple hosts in the connection string, and set the `target_session_attrs` attribute as read-write. Example: `postgresql://host1:5444,host2:5444/edb?target_session_attrs=read-write`. More information: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
4040
.NET | Yes | 6 and above | Supply multiple hosts in the connection string, and set the Target Session Attributes attribute as primary. Example: `Host=host1,host2;Username=test;Password=test;Target Session Attributes=primary`. More information: https://www.npgsql.org/doc/failover-and-load-balancing.html
41+
go - jackc/pgx | Yes | 5 and above | Use `libpq` syntax as shown above. More information: https://pkg.go.dev/github.com/jackc/pgx#ConnConfig
42+
psycopyg3 | Yes | All supported versions | Use `libpq` syntax as shown above. More information: https://www.psycopg.org/psycopg3/docs/api/connections.html
4143
OCL | Yes | 10 and above | OCL is based on `libpq`, hence check `libpq` for details.
4244
ODBC | No | |

0 commit comments

Comments
 (0)