From a2d4525950a8e47e08fffdc6d1a30c3b5910c9ca Mon Sep 17 00:00:00 2001 From: George Thomas Date: Sun, 25 Jul 2021 18:33:20 +0100 Subject: [PATCH] Match PostgreSQL DB name to installation instructions --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 0cc8f5ec..cb48ddce 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -33,7 +33,7 @@ PostgreSQL default is to use ASCII. Either change your client settings, or specify the encoding by appending ``?client_encoding=utf8`` to the connection string. This will look like:: - SQLALCHEMY_DATABASE_URI = 'postgresql://myuser:mypass@localhost/dbname?client_encoding=utf8' + SQLALCHEMY_DATABASE_URI = 'postgresql://myuser:mypass@localhost/mydb?client_encoding=utf8' .. _the SQLAlchemy documentation: http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls