Re: Make COUNT(*) Faster? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Make COUNT(*) Faster?
Date
Msg-id 11297.1121011825@sss.pgh.pa.us
Whole thread Raw
In response to Re: Make COUNT(*) Faster?  (Harald Fuchs <hf0614x@protecting.net>)
List pgsql-sql
Harald Fuchs <hf0614x@protecting.net> writes:
>   FOR row IN EXECUTE 'EXPLAIN SELECT * FROM ' || tbl LOOP
> fails with the following message:
>   ERROR:  cannot open non-SELECT query as cursor

[ checks CVS history... ]  Use 8.0.2 or later.
        regards, tom lane


pgsql-sql by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: Make COUNT(*) Faster?
Next
From: "Mauricio Fernandez"
Date:
Subject: PostgreSQL - ERROR: Cannot cast type character varying to integer