Last modified: 2010-05-15 16:03:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T18711, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16711 - Update.php is broken when Postgres DB is < 8.2
Update.php is broken when Postgres DB is < 8.2
Status: RESOLVED DUPLICATE of bug 15896
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.13.x
All Linux
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-19 15:48 UTC by Germán Póo-Caamaño
Modified: 2010-05-15 16:03 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Germán Póo-Caamaño 2008-12-19 15:48:41 UTC
update.php fails when updating from 1.12.3 to 1.13.3 in
the following script:

maintenance/postgres/archives/patch-ipb_address_unique.sql

It only have:

DROP INDEX IF EXISTS ipb_address;
CREATE UNIQUE INDEX ipb_address_unique ON ipblocks (ipb_address,ipb_user,ipb_auto,ipb_anon_only);


However, 'IF EXISTS' was introduced in Postgresql 8.2.
Comment 1 Greg Sabino Mullane 2008-12-25 23:58:11 UTC

*** This bug has been marked as a duplicate of bug 15896 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links