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

--- Comment #4 from Jeff Janes <[email protected]> ---
The IGNORE in "INSERT IGNORE" from the default version of the file (for MySQL
and sqlite) is not valid syntax in PostgreSQL.   

ERROR:  syntax error at or near "IGNORE" at character 115
STATEMENT:  INSERT /* DatabaseBase::sourceFile(
/usr/local/apache2/htdocs/wiki_git/maintenance/update-keys.sql ) 127.0.0.1 */
IGNORE INTO "public"."updatelog"
...

The fix for the bug against Oracle claims the IGNORE is not needed because this
file is only run against fresh installs so there cannot be primary key
violations.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to