aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/database.txt17
-rw-r--r--docs/databases/ibm_db2.txt (renamed from maintenance/ibm_db2/README)0
-rw-r--r--docs/databases/sqlite.txt (renamed from maintenance/sqlite/README)0
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/database.txt b/docs/database.txt
index 9962a83b0a42..555347dccb42 100644
--- a/docs/database.txt
+++ b/docs/database.txt
@@ -171,3 +171,20 @@ queries, by using an appropriate condition in the WHERE clause of an
UPDATE, or by using unique indexes in combination with INSERT IGNORE.
Then use the affected row count to see if the query succeeded.
+------------------------------------------------------------------------
+ Supported DBMSs
+------------------------------------------------------------------------
+
+MediaWiki is written primarily for use with MySQL. Queries are optimized
+for it and its schema is considered the canonical version. However,
+MediaWiki does support the following other DBMSs to varying degrees.
+
+* PostgreSQL
+* SQLite
+* Oracle
+* IBM DB2
+* MSSQL
+
+More information can be found about each of these databases (known issues,
+level of support, extra configuration) in the "databases" subdirectory in
+this folder.
diff --git a/maintenance/ibm_db2/README b/docs/databases/ibm_db2.txt
index 3c3f381c8e0f..3c3f381c8e0f 100644
--- a/maintenance/ibm_db2/README
+++ b/docs/databases/ibm_db2.txt
diff --git a/maintenance/sqlite/README b/docs/databases/sqlite.txt
index b8a4555380f4..b8a4555380f4 100644
--- a/maintenance/sqlite/README
+++ b/docs/databases/sqlite.txt