On Wed, Sep 09, 2009 at 06:35:05PM -0400, Tom Lane wrote: > David Fetter <[email protected]> writes: > > SELECT count(DISTINCT i) OVER () FROM (VALUES (1),(2),(3),(1)) AS s(i); > > ERROR: DISTINCT is not implemented for window functions > > Which part of that message isn't clear to you?
A bug that's documented in the source code is still a bug. Cheers, David. -- David Fetter <[email protected]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [email protected] Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
