From 3c3c335101e70083397850bb5b13213b8bb27b04 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 21 Nov 2024 11:52:30 +0100 Subject: [PATCH] Update docs/connect/index.md Co-authored-by: Georg Traar --- docs/connect/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connect/index.md b/docs/connect/index.md index ff652b3..686b217 100644 --- a/docs/connect/index.md +++ b/docs/connect/index.md @@ -67,7 +67,7 @@ code span.pre { A native PostgreSQL connection string, e.g. for `psql`.
-`postgresql://:@.cratedb.net:5432/` +`postgresql://:@.cratedb.net:5432/crate` A connection string for CrateDB JDBC Driver, e.g. for Apache Flink.