Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
5f509843 by Mark Sapiro at 2022-11-04T16:02:53-07:00
Fix postgresql:// url for sqlalchemy 2.0.

- - - - -


1 changed file:

- src/mailman/docs/database.rst


Changes:

=====================================
src/mailman/docs/database.rst
=====================================
@@ -50,7 +50,7 @@ You would then need to set both the `class` and `url` 
variables in
 
     [database]
     class: mailman.database.postgresql.PostgreSQLDatabase
-    url: postgres://myuser:mypassword@mypghost/mailman
+    url: postgresql://myuser:mypassword@mypghost/mailman
 
 If you have any problems, you may need to delete the database and re-create
 it::



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/5f5098433e1b88137f1d25e36d5075f29adf67e1

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/5f5098433e1b88137f1d25e36d5075f29adf67e1
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org
  • [Mailman-checkins] [Git][mailm... Mark Sapiro (@msapiro) via Mailman-checkins

Reply via email to