Skip to content

Commit 1d98335

Browse files
committed
Review
1 parent f9e52d6 commit 1d98335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conceptual/Npgsql/connection-string-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Root Certificate | Location of a CA certificate used to validate the
2828
Check Certificate Revocation | Whether to check the certificate revocation list during authentication. | false
2929
SSL Negotiation | Controls how SSL encryption is negotiated with the server, if SSL is used. Introduced in 9.0. [See docs for possible values and more info](security.md). | PGSSLNEGOTIATION
3030
Channel Binding | Control whether channel binding is used when authenticating with SASL. Introduced in 8.0. | Prefer
31-
Persist Security Info | When enabled, security-sensitive information, such as the password, will be included as part of connection string for tracing and logging. | false
31+
Persist Security Info | When enabled, security-sensitive information will be included as part of connection string for tracing and logging. | false
3232
Kerberos Service Name | The Kerberos service name to be used for authentication. [See docs for more info](security.md). | postgres
3333
Include Realm | The Kerberos realm to be used for authentication. [See docs for more info](security.md).
3434
Include Error Detail | When enabled, PostgreSQL error and notice details are included on <xref:Npgsql.PostgresException.Detail?displayProperty=nameWithType> and <xref:Npgsql.PostgresNotice.Detail?displayProperty=nameWithType>. These can contain sensitive data. | false

0 commit comments

Comments
 (0)