> Josh Berkus <josh@agliodbs.com> writes:
>> It's esoteric enough that I don't know what you're talking about.  Can 
>> you give us an example?
>
> He's talking about this:
> http://archives.postgresql.org/pgsql-performance/2004-07/msg00188.php

Hmm...  

So the example would be that if you have just read a record from t
that gave you value t.a=a1, t.b=b1, t.c=c1, the next one, based on
a,b,c, would be...

        select * from t where a >= a1 and b >= b1 and c >= c1
        order by a,b,c
        limit 1 offset 1;

Right?
-- 
output = ("cbbrowne" "@" "gmail.com")
http://linuxdatabases.info/info/lsf.html
"It's not  about 'Where do you  want to go today?'";  "It's more like,
'Where am I allowed to go today?'"

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to