BUG #4736: Mediawiki by Postgres

From: "Palaffre" <mpalaffre(at)sopragroup(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4736: Mediawiki by Postgres
Date: 2009-03-26 13:33:40
Message-ID: 200903261333.n2QDXeob021661@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4736
Logged by: Palaffre
Email address: mpalaffre(at)sopragroup(dot)com
PostgreSQL version: PostgreSQL8.3.6
Operating system: Linux Debian
Description: Mediawiki by Postgres
Details:

Hello,
I get an error since the upgrade version of mediawiki 1.13 to 1.14

2009-03-26 14:03:49 CET ERREUR: la relation « category » n'existe
pas
2009-03-26 14:03:49 CET INSTRUCTION : SELECT /*
CategoryViewer::doCategoryQuery 172.29.180.56 */
page_title,page_namespace,page_len,page_is_redirect,cl_sortkey,cat_id,cat_ti
tle,cat_subcats,cat_pages,cat_files FROM page INNER JOIN categorylinks ON
((cl_from = page_id)) LEFT JOIN category ON ((cat_title = page_title AND
page_namespace = 14)) WHERE (1 = 1) AND cl_to = 'Projet_Airbus' ORDER BY
cl_sortkey LIMIT 201
2009-03-26 14:15:23 CET ERREUR: la relation « page_props » n'existe
pas
2009-03-26 14:15:23 CET INSTRUCTION : SELECT /*
Article::getHiddenCategories 172.29.180.56 */ cl_to FROM
categorylinks,page_props,page WHERE cl_from = '134' AND (pp_page=page_id)
AND pp_propname = 'hiddencat' AND page_namespace = '14' AND
(page_title=cl_to)
2009-03-26 14:16:38 CET ATTENTION: aucune transaction en cours
2009-03-26 14:16:38 CET ATTENTION: aucune transaction en cours
2009-03-26 14:16:47 CET ATTENTION: aucune transaction en cours
2009-03-26 14:16:47 CET ATTENTION: aucune transaction en cours
2009-03-26 14:17:01 CET ERREUR: la relation « page_props » n'existe
pas
2009-03-26 14:17:01 CET INSTRUCTION : SELECT /*
OutputPage::addCategoryLinks 172.29.180.56 */ page_id, page_namespace,
page_title, page_len, page_is_redirect, pp_value
FROM page LEFT JOIN page_props ON
pp_propname='hiddencat' AND pp_page=page_id WHERE (page_namespace=14 AND
page_title='Agence')

thank you

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2009-03-26 13:44:10 Re: BUG #4736: Mediawiki by Postgres
Previous Message Kevin Grittner 2009-03-25 21:00:30 Re: BUG #4730: Vacuum full verbose analyze "deadlock"