From f9e52d68466072aed335397d19994dbb3e8dd6c3 Mon Sep 17 00:00:00 2001 From: Nikita Kazmin Date: Wed, 29 Oct 2025 17:18:54 +0300 Subject: [PATCH 1/2] Update "Persist Security Info" parameter description --- conceptual/Npgsql/connection-string-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conceptual/Npgsql/connection-string-parameters.md b/conceptual/Npgsql/connection-string-parameters.md index 8a12fe84..a73f2472 100644 --- a/conceptual/Npgsql/connection-string-parameters.md +++ b/conceptual/Npgsql/connection-string-parameters.md @@ -28,7 +28,7 @@ Root Certificate | Location of a CA certificate used to validate the Check Certificate Revocation | Whether to check the certificate revocation list during authentication. | false 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 Channel Binding | Control whether channel binding is used when authenticating with SASL. Introduced in 8.0. | Prefer -Persist Security Info | Gets or sets a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. | false +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 Kerberos Service Name | The Kerberos service name to be used for authentication. [See docs for more info](security.md). | postgres Include Realm | The Kerberos realm to be used for authentication. [See docs for more info](security.md). Include Error Detail | When enabled, PostgreSQL error and notice details are included on and . These can contain sensitive data. | false From 1d983354849b7ea1b316729cc971ce1194823376 Mon Sep 17 00:00:00 2001 From: Nikita Kazmin Date: Wed, 5 Nov 2025 13:50:58 +0300 Subject: [PATCH 2/2] Review --- conceptual/Npgsql/connection-string-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conceptual/Npgsql/connection-string-parameters.md b/conceptual/Npgsql/connection-string-parameters.md index a73f2472..5e7cbbe7 100644 --- a/conceptual/Npgsql/connection-string-parameters.md +++ b/conceptual/Npgsql/connection-string-parameters.md @@ -28,7 +28,7 @@ Root Certificate | Location of a CA certificate used to validate the Check Certificate Revocation | Whether to check the certificate revocation list during authentication. | false 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 Channel Binding | Control whether channel binding is used when authenticating with SASL. Introduced in 8.0. | Prefer -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 +Persist Security Info | When enabled, security-sensitive information will be included as part of connection string for tracing and logging. | false Kerberos Service Name | The Kerberos service name to be used for authentication. [See docs for more info](security.md). | postgres Include Realm | The Kerberos realm to be used for authentication. [See docs for more info](security.md). Include Error Detail | When enabled, PostgreSQL error and notice details are included on and . These can contain sensitive data. | false