summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-19 11:11:53 -0800
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-19 11:11:53 -0800
commitc3cc95a1d5e2c69426703f5d7409ad65db06bfc1 (patch)
tree78bf0cb5e3a0ec70f4acf65fddd6df087d57d0dc
parent3c2ab6c28eec682cb27cfa2bd8618325ba4c03a4 (diff)
parent7ab9ffbe5001b5890939be3cda6bea430fcb7418 (diff)
downloadaskbot-c3cc95a1d5e2c69426703f5d7409ad65db06bfc1.tar.gz
askbot-c3cc95a1d5e2c69426703f5d7409ad65db06bfc1.tar.bz2
askbot-c3cc95a1d5e2c69426703f5d7409ad65db06bfc1.zip
Merge pull request #49 from robinst/patch-1
Fix capitalization of PostgreSQL in create-database.rst
-rw-r--r--askbot/doc/source/create-database.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/askbot/doc/source/create-database.rst b/askbot/doc/source/create-database.rst
index 52383f9e..55d5cd1c 100644
--- a/askbot/doc/source/create-database.rst
+++ b/askbot/doc/source/create-database.rst
@@ -4,11 +4,11 @@
Create database for Askbot
==========================
-Askbot has been successfully tested with `MySQL` and `PostgresQL` databases.
+Askbot has been successfully tested with `MySQL` and `PostgreSQL` databases.
-PostgresQL
+PostgreSQL
----------
-PostgresQL is the preferred database for Askbot - because it offers great
+PostgreSQL is the preferred database for Askbot - because it offers great
full text search functionality and supports transactions at the same time.
To use postgresql - install it (please see documentation elsewhere).