mirror of https://github.com/apache/druid.git
fix: fix broken postgres link (#13135)
This commit is contained in:
parent
03945d4388
commit
9de988bec6
|
@ -69,7 +69,7 @@ To use this Apache Druid extension, [include](../../development/extensions.md#lo
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
In most cases, the configuration options map directly to the [postgres JDBC connection options](https://jdbc.postgresql.org/documentation/head/connect.html).
|
In most cases, the configuration options map directly to the [postgres JDBC connection options](https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database).
|
||||||
|
|
||||||
|Property|Description|Default|Required|
|
|Property|Description|Default|Required|
|
||||||
|--------|-----------|-------|--------|
|
|--------|-----------|-------|--------|
|
||||||
|
|
Loading…
Reference in New Issue