summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-12 15:09:15 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-12 15:09:15 +0100
commit4c4740ec492b30aeb47cb1829525247053e4adfe (patch)
treec90d93cc8b3c98231a8749ab2c2b7c435548c39e /user_guide_src/source/database
parentdc3de15b02eb768cf9e0a410b0d914523d019a67 (diff)
Postgre to Postgres
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/configuration.rst2
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.