From d4565b02be5d775560e01db2986ad616db529746 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Mon, 13 Apr 2026 11:07:53 -0600 Subject: [PATCH] docs(v4): missing updates for postgres Signed-off-by: Vaughn Dice --- docs/v4/postgres.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v4/postgres.html b/docs/v4/postgres.html index f0ab845..9fe84e2 100644 --- a/docs/v4/postgres.html +++ b/docs/v4/postgres.html @@ -71,7 +71,7 @@

Classes

""" Open a connection with a Postgres database. - The connection_string is the Postgres URL connection string. + The connection_string is the Postgres URL or connection string. A `componentize_py_types.Err(Error_ConnectionFailed(str))` when a connection fails. @@ -108,7 +108,7 @@

Static methods

Open a connection with a Postgres database.

-

The connection_string is the Postgres URL connection string.

+

The connection_string is the Postgres URL or connection string.

A componentize_py_types.Err(Error_ConnectionFailed(str)) when a connection fails.

A componentize_py_types.Err(Error_Other(str)) when some other error occurs.