> Shaun's example is a bit off: normally, when using DISTINCT ON, you want
> an ORDER BY key that uses all the given DISTINCT keys and then some
> more.  To get the max revision for each a/b combination it ought to be

Hah, well i figured I was doing something wrong. I just thought about it a 
little bit, said to myself: "Hey, I've used this before to get the most recent 
x for a bunch of y without a sub-query. We always used it to get the newest 
update to an event log.

But that's why I said I was probably misunderstanding something. :) I was 
trying to pick apart the logic to his temp tables and saw the max(b) and it 
threw me off. Glad you're around to set it straight. Heh.


______________________________________________

See  http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to