Revision: 48331
Author:   ialex
Date:     2009-03-11 20:33:58 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
Mention configure.pg.sql in README

Modified Paths:
--------------
    trunk/extensions/Configure/README

Modified: trunk/extensions/Configure/README
===================================================================
--- trunk/extensions/Configure/README   2009-03-11 20:21:48 UTC (rev 48330)
+++ trunk/extensions/Configure/README   2009-03-11 20:33:58 UTC (rev 48331)
@@ -35,11 +35,12 @@
 * a directory that have to be writable by the web server. The default path is
   the $IP/serialized directory, that means the "serialized" directory in the
   wiki root path. You can change it in $wgConfigureFilesPath.
-* a database in which the configure.sql patch is applied, by default the
-  database is "config", you can change its name in $wgConfigureDatabase. To use
-  this, you'll need to define all your database and memcached settings before
-  calling efConfigureSetup() or it simply won't work. Those settings will not 
be
-  editable in Special:Configure.
+* a database in which the configure.sql (or configure.pg.sql if you use
+  PostgreSQL) patch is applied, by default the database is "config", you can
+  change its name in $wgConfigureDatabase. To use this, you'll need to define
+  all your database and memcached settings before calling efConfigureSetup() or
+  it simply won't work. Those settings will not be editable in
+  Special:Configure.
 You can select file storage or database storage by changing $wgConfigureHandler
 to "files" (default) to use files or "db" to use the database.
 Don't forget to override all that variables between the time you include the



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

Reply via email to