Skip to content
Snippets Groups Projects
Unverified Commit 2a97e096 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

docs - update postgres (#30592) (#30607)


Co-authored-by: default avatarNatalie <nat@metabase.com>
parent 5babc570
No related merge requests found
......@@ -113,7 +113,13 @@ In some databases, Metabase can unfold JSON columns into component fields to yie
### Additional JDBC connection string options
You can append options to the connection string that Metabase uses to connect to your database.
You can append options to the connection string that Metabase uses to connect to your database. Use the format:
```
options=-c%20key=value
```
PostgreSQL connection URIs expect [percent-encoding](https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding) for whitespaces and symbols.
### Re-run queries for simple explorations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment