Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions database/pgx/v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This package is for [pgx/v5](https://pkg.go.dev/github.com/jackc/pgx/v5). A back
| `sslkey` | | Key file location. The file must contain PEM encoded data. |
| `sslrootcert` | | The location of the root certificate file. The file must contain PEM encoded data. |
| `sslmode` | | Whether or not to use SSL (disable\|require\|verify-ca\|verify-full) |
| `sslnegotiation` | | How to negotiate SSL (postgres\|direct). Use `direct` to skip PostgreSQL's SSL negotiation and go directly to TLS handshake. Requires PostgreSQL 17+ or a proxy that supports direct SSL. (default: postgres) |


## Upgrading from v1
Expand Down
1 change: 1 addition & 0 deletions database/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
| `sslkey` | | Key file location. The file must contain PEM encoded data. |
| `sslrootcert` | | The location of the root certificate file. The file must contain PEM encoded data. |
| `sslmode` | | Whether or not to use SSL (disable\|require\|verify-ca\|verify-full) |
| `sslnegotiation` | | How to negotiate SSL (postgres\|direct). Use `direct` to skip PostgreSQL's SSL negotiation and go directly to TLS handshake. Requires PostgreSQL 17+ or a proxy that supports direct SSL. (default: postgres) |


## Upgrading from v1
Expand Down