Index: trunk/extensions/SemanticMediaWiki/INSTALL |
— | — | @@ -36,7 +36,9 @@ |
37 | 37 | |
38 | 38 | * MediaWiki 1.11.* or greater (tested from 1.11.0 to 1.14alpha (r43727)). |
39 | 39 | * PHP 5.x or greater installed and working |
40 | | -* MySQL >= 4.0.14 (version required by MediaWiki) OR PostgresQL >= 8.3 |
| 40 | +* MySQL >= 4.0.14 (version required by MediaWiki) OR PostgreSQL >= 8.3 |
| 41 | + Note that Postgres support is still preliminary and might require special |
| 42 | + setup, see http://semantic-mediawiki.org/wiki/PostgreSQL |
41 | 43 | |
42 | 44 | Notes: |
43 | 45 | * SMW uses the PHP mb_*() multibyte functions such as mb_strpos in the |
Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | * Improved performance. Significantly improved memory usage on common |
9 | 9 | operations. |
10 | | -* Initial support for running SMW on PostgresQL (testing needed). |
| 10 | +* Initial support for running SMW on PostgreSQL (testing needed). |
11 | 11 | * The query formats 'vcard' and 'icalendar' have been moved to the Semantic |
12 | 12 | Result Formats extension to make the SMW core more light-weight |
13 | 13 | * SMW_refreshData.php now supports parameter --page to specify one or more |