https://bugzilla.wikimedia.org/show_bug.cgi?id=21006
OverlordQ <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from OverlordQ <[email protected]> 2009-10-05 16:38:01 UTC --- Swear I posted this in a bug already but cannot find it; the query itself is broken for PG. == Query: SELECT COUNT(DISTINCT page_namespace, page_title) AS pagecount FROM page, pagelinks WHERE pl_from=page_id and page_namespace IN ( 0 ) AND page_is_redirect = 0 AND page_len > 0 Function: UpdateArticleCount::count Error: 1 ERROR: function count(smallint, text) does not exist LINE 1: SELECT /* UpdateArticleCount::count */ COUNT(DISTINCT page_... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. == -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
