jenkins-bot has submitted this change and it was merged.

Change subject: Remove dire config-dbsupport-postgres warning
......................................................................


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
---
M includes/installer/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json
index 6a6c0ff..1f7333a 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])",

-- 
To view, visit https://gerrit.wikimedia.org/r/316731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5da74d5f9f0ea055529456eddb47ca0be380cbe4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to