From f43e37466381f1401e9f50bbb726eb7ce17b2b6e Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Wed, 23 Oct 2024 15:58:26 -0400 Subject: [PATCH] Remove unsupported Postgres URI with multiple hosts from example in docs https://github.com/launchbadge/sqlx/issues/179 --- docs/configuration/metastore-config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/configuration/metastore-config.md b/docs/configuration/metastore-config.md index ac418187327..05ed0a6b2fd 100644 --- a/docs/configuration/metastore-config.md +++ b/docs/configuration/metastore-config.md @@ -35,7 +35,6 @@ Some of those parameters can be omitted. The following PostgreSQL URIs are for i postgres://localhost/mydb postgres://user@localhost postgres://user:secret@localhost -postgres://host1:123,host2:456/mydb ``` The database has to be created in advance.