Re: 7.4 Wishlist - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: 7.4 Wishlist
Date
Msg-id 015101c29a40$f9ec42b0$6500a8c0@internal
Whole thread Raw
In response to 7.4 Wishlist  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
> Mysql is planning on making this work:
> 
>  SELECT id, @a:=COUNT(*), SUM(sum_col)/@a FROM table_name GROUP BY id.
> 
> Do we have anything like it (After a discussion with Tom i figure no).
> User variables is nice, especially in these kind of queries.

Well of course they have to make that work - they don't have subselects :P

Chris



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: toast table growing indefinitely? Known
Next
From: Kris Jurka
Date:
Subject: Re: PG 7.3: Query Meta Data with the JDBC-driver