Re: SELECT very slow - Mailing list pgsql-sql

From Thomas Kellerer
Subject Re: SELECT very slow
Date
Msg-id d88ovu$mb8$1@sea.gmane.org
Whole thread Raw
In response to Re: SELECT very slow  (Alain <alainm@pobox.com>)
Responses Re: SELECT very slow  (Volkan YAZICI <volkan.yazici@gmail.com>)
List pgsql-sql
On 09.06.2005 03:13 Alain wrote:

> 
> 
> Tom Lane escreveu:
> 
>> Thomas Kellerer <spam_eater@gmx.net> writes:
>>
>>> Is there anything I can do, to convince PG to return the first row
>>> more quickly?
> 
> 
> Are you now looking for the LIMIT ?
> 
> SELECT * FROM table LIMIT 1;
> 
> and when when you wnat the rest of it:
> 
> SELECT * FROM table OFFSET 1;
> 

No I want the whole result.

Thomas



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Indices and user defined operators
Next
From: Kenneth Gonsalves
Date:
Subject: rejecting characters in a field