aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg.1
diff options
context:
space:
mode:
Diffstat (limited to 'quarg.1')
-rw-r--r--quarg.16
1 files changed, 3 insertions, 3 deletions
diff --git a/quarg.1 b/quarg.1
index d397eaf..5af621a 100644
--- a/quarg.1
+++ b/quarg.1
@@ -1,4 +1,4 @@
-.Dd May 8, 2021
+.Dd March 30, 2023
.Dt QUARG 1
.Os
.Sh NAME
@@ -290,7 +290,7 @@ instance.
.Pp
.Nm
uses SQLAlchemy which supports both SQLite and PostgreSQL backends.
-The psycopg2 backend is recommended for the latter.
+The psycopg backend is recommended for the latter.
.Pp
If Quassel uses the PostgreSQL backend,
it is highly recommended to set up a read-only database role
@@ -320,7 +320,7 @@ The following is a valid configuration file specifying a connection to a
local PostgreSQL instance via its default socket:
.Bd -literal -offset indent
[Database]
-url = postgresql+psycopg2://quarg@/quassel?host=/run/postgresql
+url = postgresql+psycopg://quarg@/quassel?host=/run/postgresql
.Ed
.Sh FILES
.Bl -tag -width Ds