Re: 7.4 Wishlist

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4 Wishlist
Date: 2002-12-02 20:25:34
Message-ID: 015101c29a40$f9ec42b0$6500a8c0@internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general 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

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Magnus Naeslund(f) 2002-12-02 20:34:20 Re: 7.4 Wishlist
Previous Message Magnus Naeslund(f) 2002-12-02 19:46:39 Re: 7.4 Wishlist

Browse pgsql-general by date

  From Date Subject
Next Message P.J. "Josh" Rovero 2002-12-02 20:28:43 Re: timing queries?
Previous Message Bruce Momjian 2002-12-02 20:11:50 Re: timing queries?

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2002-12-02 20:29:46 Re: PG 7.3: Query Meta Data with the JDBC-driver
Previous Message Christopher Kings-Lynne 2002-12-02 20:14:46 Re: toast table growing indefinitely? Known