https://bugzilla.wikimedia.org/show_bug.cgi?id=42659

--- Comment #19 from MWJames <jamesin.hongkon...@gmail.com> ---
(In reply to comment #16)
> Summary of changes that seems to make SMW work with PostgreSQL 9.1 on Debian
> Wheezy using  “php ./SMW_setup.php”.
> 
> 
> Change n.1 to solve problem: name “relation "smw_object_ids" already exists”
> 
> 
> $noindexname="";
> $db->query( "CREATE $type $noindexname ON $tableName USING btree($columns)",
> __METHOD__ );
> 
> to lines 494-495 in  SemanticMediaWiki/includes/storage/SMW_SQLHelpers.php
> 
> Changes in patch provided by b42 solves this problem as well. But postgres
> will
> manage index name generation if not name is provided. This seems less
> complex.

Needs verification for the current master (SMW 1.9).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to