From 056ff5108e14353b110290c32a697fdee4ea7b3e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Mar 2023 21:37:23 +0200 Subject: Migrate to psycopg3 SQLAlchemy 2.0 brings support for the latest version of the psycopg PostgreSQL database driver. With the migration to 2.0 done, we can switch to this now. --- quarg.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quarg.1') 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 -- cgit v1.2.3-2-gb3c3