BUG #1797: Problem using Limit in a function, seqscan

From: "Magno Leite" <magnomilk(at)yahoo(dot)com(dot)br>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1797: Problem using Limit in a function, seqscan
Date: 2005-07-29 12:52:45
Message-ID: 20050729125245.1166CF0B14@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-performance


The following bug has been logged online:

Bug reference: 1797
Logged by: Magno Leite
Email address: magnomilk(at)yahoo(dot)com(dot)br
PostgreSQL version: 8.0
Operating system: Windows XP Professional Edition
Description: Problem using Limit in a function, seqscan
Details:

I looked for about this problem in BUG REPORT but I can't find. This is my
problem, when I try to use limit in a function, the Postgre doesn't use my
index, then it use sequencial scan. What is the problem ?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-07-29 12:59:10 Re: BUG #1791: Typo
Previous Message 杨邕 2005-07-29 09:36:37 Server broken down in covering GB18030

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2005-07-29 13:23:19 Re: Performance problems testing with Spamassassin
Previous Message Bruce Momjian 2005-07-29 12:37:00 Re: [PATCHES] COPY FROM performance improvements