From: Aaron Schulz Date: Wed, 19 Oct 2016 01:36:33 +0000 (-0700) Subject: Remove dire config-dbsupport-postgres warning X-Git-Tag: 1.31.0-rc.0~5072^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1d6ab6013a9cb99296f273209e42d95625d2952c;p=lhc%2Fweb%2Fwiklou.git Remove dire config-dbsupport-postgres warning The other DBs (even oracle and mssql) do not have this. Postgres support is far better than some of those and tends to break most when using master (and fixes are backported if bug slip into releases). This is one of the three decently supported DB types. Change-Id: I5da74d5f9f0ea055529456eddb47ca0be380cbe4 --- diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index 6a6c0ff28f..1f7333aea2 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -112,7 +112,7 @@ "config-type-mssql": "Microsoft SQL Server", "config-support-info": "MediaWiki supports the following database systems:\n\n$1\n\nIf you do not see the database system you are trying to use listed below, then follow the instructions linked above to enable support.", "config-dbsupport-mysql": "* [{{int:version-db-mysql-url}} MySQL] is the primary target for MediaWiki and is best supported. MediaWiki also works with [{{int:version-db-mariadb-url}} MariaDB] and [{{int:version-db-percona-url}} Percona Server], which are MySQL compatible. ([http://www.php.net/manual/en/mysqli.installation.php How to compile PHP with MySQL support])", - "config-dbsupport-postgres": "* [{{int:version-db-postgres-url}} PostgreSQL] is a popular open source database system as an alternative to MySQL. There may be some minor outstanding bugs, and it is not recommended for use in a production environment. ([http://www.php.net/manual/en/pgsql.installation.php How to compile PHP with PostgreSQL support])", + "config-dbsupport-postgres": "* [{{int:version-db-postgres-url}} PostgreSQL] is a popular open source database system as an alternative to MySQL. ([http://www.php.net/manual/en/pgsql.installation.php How to compile PHP with PostgreSQL support])", "config-dbsupport-sqlite": "* [{{int:version-db-sqlite-url}} SQLite] is a lightweight database system that is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)", "config-dbsupport-oracle": "* [{{int:version-db-oracle-url}} Oracle] is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])", "config-dbsupport-mssql": "* [{{int:version-db-mssql-url}} Microsoft SQL Server] is a commercial enterprise database for Windows. ([http://www.php.net/manual/en/sqlsrv.installation.php How to compile PHP with SQLSRV support])",