From eec9558925deba7ccb08409dcc68aff6dbab01bc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 4 Sep 2025 08:13:35 -0700 Subject: [PATCH] Update postgres-examples/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- postgres-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-examples/README.md b/postgres-examples/README.md index 095eda89c..08198c5ae 100644 --- a/postgres-examples/README.md +++ b/postgres-examples/README.md @@ -339,7 +339,7 @@ weed postgres -tls-cert=server.crt -tls-key=server.key ### Use MD5 Authentication ```bash # More secure than password auth -weed postgres -auth=md5 -users="admin:secret123,readonly:view456" +weed postgres -auth=md5 -users="admin:secret123;readonly:view456" ``` ### Limit Connections