diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:09:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:09:15 +0100 |
commit | 4c4740ec492b30aeb47cb1829525247053e4adfe (patch) | |
tree | c90d93cc8b3c98231a8749ab2c2b7c435548c39e /user_guide_src/source/database/configuration.rst | |
parent | dc3de15b02eb768cf9e0a410b0d914523d019a67 (diff) |
Postgre to Postgres
Diffstat (limited to 'user_guide_src/source/database/configuration.rst')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index a58492ccc..040e7e33f 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -167,7 +167,7 @@ Explanation of Values: ====================== ================================================================================================== .. note:: Depending on what database platform you are using (MySQL, - Postgre, etc.) not all values will be needed. For example, when using + Postgres, etc.) not all values will be needed. For example, when using SQLite you will not need to supply a username or password, and the database name will be the path to your database file. The information above assumes you are using MySQL. |