summaryrefslogtreecommitdiff
path: root/README.unittests.rst
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:18:58 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commit8c2c464cb8e1b40f90f544295afbf9a83b372eb7 (patch)
tree09a6c0d0f76f77c8de444fd60e0049a203de7966 /README.unittests.rst
parente47063bfe0de1318c12a4f9ef67b9538cad34489 (diff)
downloadsqlalchemy-8c2c464cb8e1b40f90f544295afbf9a83b372eb7.tar.gz
spelling: Postgresql -> PostgreSQL
Diffstat (limited to 'README.unittests.rst')
-rw-r--r--README.unittests.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.unittests.rst b/README.unittests.rst
index 5aeba51f6..425cd4b4f 100644
--- a/README.unittests.rst
+++ b/README.unittests.rst
@@ -183,12 +183,12 @@ preexisting tables will interfere with the tests.
Several tests require alternate usernames or schemas to be present, which
are used to test dotted-name access scenarios. On some databases such
-as Oracle or Sybase, these are usernames, and others such as Postgresql
+as Oracle or Sybase, these are usernames, and others such as PostgreSQL
and MySQL they are schemas. The requirement applies to all backends
except SQLite and Firebird. The names are::
test_schema
- test_schema_2 (only used on Postgresql)
+ test_schema_2 (only used on PostgreSQL)
Please refer to your vendor documentation for the proper syntax to create
these namespaces - the database user must have permission to create and drop
@@ -335,6 +335,6 @@ For example, to run against sqlite, mysql, postgresql with four processes::
tox -e -- -n 4 --db sqlite --db postgresql --db mysql
-Each backend has a different scheme for setting up the database. Postgresql
+Each backend has a different scheme for setting up the database. PostgreSQL
still needs the "test_schema" and "test_schema_2" schemas present, as the
parallel databases are created using the base database as a "template".