From 6da9ebb849a337533aaa743a8e046a9910e65cfa Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Thu, 15 Jul 2004 15:11:18 +0000 Subject: [PATCH] Use pgsql->PostgreSQL. Change required for class loading automagic. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 100a1e279a..ce01edc0c6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -58,7 +58,7 @@ $wgDBserver = 'localhost'; $wgDBname = 'wikidb'; $wgDBconnection = ''; $wgDBuser = 'wikiuser'; -$wgDBtype = "mysql"; # "mysql" for working code and "pgsql" for development/broken code +$wgDBtype = "mysql"; # "mysql" for working code and "PostgreSQL" for development/broken code # Database load balancer # This is a two-dimensional array, an array of server info structures -- 2.20.1