Re: pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument
Date: 2006-07-28 19:07:48
Message-ID: 29185.1154113668@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> Log Message:
> -----------
> Updates per Tom:

>> * Allow DISTINCT to work in multiple-argument aggregate calls
> < o Allow UPDATE to handle complex aggregates [update]?

> Modified Files:
> --------------
> pgsql/doc:
> TODO (r1.1924 -> r1.1925)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1924&r2=1.1925)
> pgsql/doc/src/FAQ:
> TODO.html (r1.427 -> r1.428)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.427&r2=1.428)

Shouldn't the TODO.detail file go away then?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-28 19:28:08 pgsql: Remove update TODO.detail item.
Previous Message Bruce Momjian 2006-07-28 19:00:45 pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument