[ postfixadmin-Bugs-2858717 ] postgresql upgrade script error
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2009-09-14 17:36:29
|
Bugs item #2858717, was opened at 2009-09-14 20:36 Message generated for change (Tracker Item Submitted) made by ksb4ever You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2858717&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: v 2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: ksb (ksb4ever) Assigned to: Nobody/Anonymous (nobody) Summary: postgresql upgrade script error Initial Comment: Hi folks! 2.3rc7 Got error when sepup script upgrades db structure on postgresql db (adding indexes). Found a buggy line in upgrade.php CODE: if(!_pgsql_object_exists('mailbox_username_active')) { db_query_parsed('CREATE INDEX mailbox_username_active ON $table_mailbox(username,active)'); } $table_mailbox(username,active) not substituted with value, I think need to use double quotes instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2858717&group_id=191583 |