diff options
| author | Ian Kelly <ian.g.kelly@gmail.com> | 2008-07-21 16:50:04 +0000 |
|---|---|---|
| committer | Ian Kelly <ian.g.kelly@gmail.com> | 2008-07-21 16:50:04 +0000 |
| commit | 4dd242bdeb6cd6f722e8728b8c5cdd662c3ec98a (patch) | |
| tree | ae5f31b8b5512afaf816a39031993bbde29a8fc0 /docs | |
| parent | 24aa08f486d7fa7fbfc91b35dd41aadeb0c900da (diff) | |
Corrected the privileges needed to run the test suite under Oracle
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/databases.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/databases.txt b/docs/databases.txt index 6832c2b361..0fb6381c5c 100644 --- a/docs/databases.txt +++ b/docs/databases.txt @@ -192,8 +192,8 @@ database user must have privileges to run the following commands: To run Django's test suite, the user needs these *additional* privileges: - * CREATE DATABASE - * DROP DATABASE + * CREATE USER + * DROP USER * CREATE TABLESPACE * DROP TABLESPACE |
