Skip to content

Commit

Permalink
Remove unsupported Postgres URI with multiple hosts from example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Oct 23, 2024
1 parent 1be6991 commit f43e374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/configuration/metastore-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f43e374

Please sign in to comment.