diff options
author | Chad Horohoe <demon@users.mediawiki.org> | 2010-09-07 12:37:13 +0000 |
---|---|---|
committer | Chad Horohoe <demon@users.mediawiki.org> | 2010-09-07 12:37:13 +0000 |
commit | dffca4de5daf3e86a185860492229f328d547a0e (patch) | |
tree | ce3c15ac56f4b223af8a9dd306f1b47eb63f5465 | |
parent | ab64932ba8e9fd471c7cce17aa4bbc216d3fcf17 (diff) | |
download | mediawikicore-dffca4de5daf3e86a185860492229f328d547a0e.tar.gz mediawikicore-dffca4de5daf3e86a185860492229f328d547a0e.zip |
Per wikitech-l discussion: it would be nice if the various DBMSs we support kept all of their docs in one place. So make a place and move two already existing READMEs there. Add some info to /docs/database.txt about this as well. Postgres, Oracle, Mssql need to add some info kthnx :)
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72533
-rw-r--r-- | docs/database.txt | 17 | ||||
-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 |