https://bugzilla.wikimedia.org/show_bug.cgi?id=72834
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SQL syntax errors with |PostgreSQL install fails on |PostgreSQL installation |INSERT IGNORE INTO | |"mediawiki"."updatelog" in | |update_keys.sql --- Comment #3 from Marcin Cieślak <[email protected]> --- Ok, I managed to reproduce it finally: Query: INSERT IGNORE INTO "mediawiki"."updatelog" SELECT 'filearchive-fa_major_mime-patch-fa_major_mime-chemical.sql' AS ul_key, null as ul_value UNION SELECT 'image-img_major_mime-patch-img_major_mime-chemical.sql', null UNION SELECT 'oldimage-oi_major_mime-patch-oi_major_mime-chemical.sql', null UNION SELECT 'user_groups-ug_group-patch-ug_group-length-increase-255.sql', null UNION SELECT 'user_former_groups-ufg_group-patch-ufg_group-length-increase-255.sql', null UNION SELECT 'user_properties-up_property-patch-up_property.sql', null Function: DatabaseBase::sourceFile( /usr/home/saper/public_html/pg/w/maintenance/update-keys.sql ) Error: 42601 ERROR: syntax error at or near "IGNORE" LINE 1: ...l/pg/w/maintenance/update-keys.sql ) 127.0.0.1 */ IGNORE INT... -- 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
