Author: ikelly
Date: 2008-07-21 11:50:04 -0500 (Mon, 21 Jul 2008)
New Revision: 8021
Modified:
django/trunk/docs/databases.txt
Log:
Corrected the privileges needed to run the test suite under Oracle
Modified: django/trunk/docs/databases.txt
===================================================================
--- django/trunk/docs/databases.txt 2008-07-21 16:38:54 UTC (rev 8020)
+++ django/trunk/docs/databases.txt 2008-07-21 16:50:04 UTC (rev 8021)
@@ -192,8 +192,8 @@
To run Django's test suite, the user needs these *additional* privileges:
- * CREATE DATABASE
- * DROP DATABASE
+ * CREATE USER
+ * DROP USER
* CREATE TABLESPACE
* DROP TABLESPACE
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---