Problem on TODO list - Mailing list pgsql-hackers

From Michael Meskes
Subject Problem on TODO list
Date
Msg-id 19980923091219.A1250@online-club.de
Whole thread Raw
Responses Re: [HACKERS] Problem on TODO list  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
I just scanned through the TODO list in the actual source tree. It seems
this one isn't up-to-date since the ecpg entry is still old. Also I found
this bug:

* select upper(usename), count(usesysid) from pg_shadow group by 1 fails

However, actual version says:

mm=> select upper(usename), count(usesysid) from pg_shadow group by 1;
upper   |count
--------+-----
MESKES  |    1
POSTGRES|    1
(2 rows)

Seems to be okay, doesn't it?

Michael

--
Dr. Michael Meskes      | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!
Senior-Consultant       | business: Michael.Meskes@mummert.de | Go Rhein Fire!
Mummert+Partner         | private: Michael.Meskes@usa.net     | Use Debian
Unternehmensberatung AG |          Michael.Meskes@gmx.net     | GNU/Linux!

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Recursive Unions
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Problem on TODO list