Problem on TODO list

From: Michael Meskes <meskes(at)usa(dot)net>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Problem on TODO list
Date: 1998-09-23 07:12:19
Message-ID: 19980923091219.A1250@online-club.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Meskes(at)mummert(dot)de | Go Rhein Fire!
Mummert+Partner | private: Michael(dot)Meskes(at)usa(dot)net | Use Debian
Unternehmensberatung AG | Michael(dot)Meskes(at)gmx(dot)net | GNU/Linux!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1998-09-23 07:54:38 datetime questions and fix to dt.c
Previous Message Nick Bastin 1998-09-23 05:08:14 Re: [HACKERS] Open 6.4 Items