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 @@
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.