Re: Formulating an sql query with CTID - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: Formulating an sql query with CTID
Date
Msg-id 20060729183107.GC4599@svana.org
Whole thread Raw
In response to Re: Formulating an sql query with CTID  (Tzahi Fadida <Tzahi.ML@gmail.com>)
List pgsql-hackers
On Sat, Jul 29, 2006 at 01:37:44PM +0300, Tzahi Fadida wrote:
> 10x,
> Found my answer thanks to Ragnar.
> SELECT DISTINCT ON (a0,a1) a0,a1,ctid FROM t1
>
> To tell the truth, i did not know there was an ON option in SQL.
> This thing is very handy.

There isn't, it's a postgresql extension, albeit a very very useful
one.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: DTrace enabled build fails
Next
From: Peter Eisentraut
Date:
Subject: Re: Do we need multiple forms of the SQL2003 statistics