diff options
Diffstat (limited to 'quarg.1')
-rw-r--r-- | quarg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |