summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-19 21:39:08 -0400
committerTim Graham <timograham@gmail.com>2014-04-19 21:39:08 -0400
commit1b3a3fc1e4e331f76a8efc0fd59a90063c896603 (patch)
treeb09ae0541fb6258bcd399747ae5cbbfb674f50d5 /docs/topics
parent956bd644249337b9467c017aac4eec228dde8c5d (diff)
Fixed #22417 -- Added additional documentation for refs #16969.
Thanks Jon Foster for the report.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/testing/overview.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt
index 770e107420..10dbc70f39 100644
--- a/docs/topics/testing/overview.txt
+++ b/docs/topics/testing/overview.txt
@@ -158,6 +158,11 @@ entirely!). If you want to use a different database name, specify
:setting:`NAME <TEST_NAME>` in the :setting:`TEST <DATABASE-TEST>`
dictionary for any given database in :setting:`DATABASES`.
+.. versionchanged:: 1.7
+
+ On PostgreSQL, :setting:`USER` will also need read access to the built-in
+ ``postgres`` database.
+
Aside from using a separate database, the test runner will otherwise
use all of the same database settings you have in your settings file:
:setting:`ENGINE <DATABASE-ENGINE>`, :setting:`USER`, :setting:`HOST`, etc. The