Skip to content

Commit

Permalink
updates for connection docs for duckdb, postgres, sqlite, steampipe
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsmyth committed Oct 21, 2024
1 parent c5878dd commit 2dd3a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/reference/config-files/connection/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ connection "postgres" "my_connection" {
| `host` | String | Optional | Database hostname. Defaults to `$PGHOST`.
| `password` | String | Optional | Database password. Defaults to `$PGPASSWORD`
| `port` | Number | Optional | Database port. Defaults to `$PGPORT`.
| `ssl_mode` | String | Optional | PostgreSQL [SSL Mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION), one of
`disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. The defaults to `$PGSSLNEGOTIATION`.
| `ssl_mode` | String | Optional | PostgreSQL [SSL Mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION), one of `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. The defaults to `$PGSSLNEGOTIATION`.
| `username` | String | Optional | Database username. Defaults to `$PGUSER`.


Expand Down
3 changes: 1 addition & 2 deletions docs/reference/config-files/connection/steampipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ connection "steampipe" "steampipe_connection" {
| `port` | Number | Optional | Database port. Defaults to `9193`.
| `search_path` | String | Optional | Database search path.
| `search_path_prefix`| String | Optional | Database search path prefix.
| `ssl_mode` | String | Optional | PostgreSQL [SSL Mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION), one of
`disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. The default is `require`.
| `ssl_mode` | String | Optional | PostgreSQL [SSL Mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION), one of `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. The default is `require`.
| `username` | String | Optional | Database username. Default is `steampipe`.


Expand Down

0 comments on commit 2dd3a35

Please sign in to comment.