Re: SELECT's take a long time compared to other DBMS - Mailing list pgsql-performance

From Neil Conway
Subject Re: SELECT's take a long time compared to other DBMS
Date
Msg-id 1062796189.447.9.camel@tokyo
Whole thread Raw
In response to Re: SELECT's take a long time compared to other DBMS  ("Relaxin" <noname@spam.com>)
List pgsql-performance
On Fri, 2003-09-05 at 14:18, Relaxin wrote:
> Expect that the Declare/Fetch only creates a forwardonly cursor, you can go
> backwards thru the result set.

No, DECLARE can create scrollable cursors, read the ref page again. This
functionality is much improved in PostgreSQL 7.4, though.

-Neil



pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] how to get accurate values in pg_statistic
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Seq scan of table?