Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 9 Jun 2009 17:08:59 +0000 (17:08 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 9 Jun 2009 17:08:59 +0000 (17:08 +0000)
AdminSettings.sample

index 140cb0a..8b6fe99 100644 (file)
  *
  * This is not to be confused with sysop accounts for the
  * wiki.
+ *
+ * NOTE: for PostgreSQL this should be set to the same user and 
+ * password as the web user, that is, the same as $wgDBuser and
+ * $wgDBpassword in LocalSettings.php. This is necessary to 
+ * ensure that the owner for new tables is set correctly.
  */
 $wgDBadminuser      = 'wikiadmin';
 $wgDBadminpassword  = 'adminpass';