Re: Re: PL/PG SQL: select count(*) into from where - does not compute the where cond - returns always total count - Mailing list pgsql-general

From Martin Gainty
Subject Re: Re: PL/PG SQL: select count(*) into from where - does not compute the where cond - returns always total count
Date
Msg-id BLU142-W358A2B6EC59F8B94A62FAAAEDB0@phx.gbl
Whole thread Raw
In response to Re: PL/PG SQL: select count(*) into from where - does not compute the where cond - returns always total count  ("Abraham, Danny" <danny_abraham@bmc.com>)
List pgsql-general
the "does not compute the where condition" needs more definition

can you supply the table schema and which columns you want?

select count(*) from table will get you the count
We can banter on the need to store in views once the schema is known

Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.






> From: danny_abraham@bmc.com
> To: danny_abraham@bmc.com; pgsql-general@postgresql.org
> Date: Wed, 23 Sep 2009 05:04:09 -0500
> Subject: [GENERAL] Re: PL/PG SQL: select count(*) into <var> from <ANY VIEW> where <cond> - does not compute the where cond - returns always total count
>
> Any idea?
>
> Thanks
>
> Danny
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Bing brings you health info from trusted sources. Try it now!

pgsql-general by date:

Previous
From: Peter Geoghegan
Date:
Subject: multiple calls to dblink_connect from within pl/pgSQL function exhaust connection limit
Next
From: Emi Lu
Date:
Subject: Re: Graphical representation of query plans