[Collab-qa-commits] r1887 - udd/sql
Andreas Tille
tille at alioth.debian.org
Wed Jan 12 22:32:48 UTC 2011
Author: tille
Date: 2011-01-12 22:32:48 +0000 (Wed, 12 Jan 2011)
New Revision: 1887
Modified:
udd/sql/blends-query-packages.sql
Log:
Single architecture is neither needed here nor helpful in the query
Modified: udd/sql/blends-query-packages.sql
===================================================================
--- udd/sql/blends-query-packages.sql 2011-01-12 15:36:32 UTC (rev 1886)
+++ udd/sql/blends-query-packages.sql 2011-01-12 22:32:48 UTC (rev 1887)
@@ -5,7 +5,7 @@
CREATE OR REPLACE FUNCTION blends_query_packages (text[]) RETURNS SETOF RECORD AS $$
SELECT DISTINCT
p.package, p.distribution, p.release, p.component, p.version,
- p.architecture, p.maintainer,
+ p.maintainer,
p.source, p.section, task, p.homepage,
src.maintainer_name, src.maintainer_email,
src.vcs_type, src.vcs_url, src.vcs_browser,
More information about the Collab-qa-commits
mailing list