Re: [HACKERS] Problem on TODO list

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Problem on TODO list
Дата
Msg-id 199809231748.NAA02708@candle.pha.pa.us
обсуждение исходный текст
Ответ на Problem on TODO list  (Michael Meskes <meskes@usa.net>)
Ответы Re: [HACKERS] Problem on TODO list  (Michael Meskes <meskes@usa.net>)
Список 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:

I have removed the actual version numbers of ecpg from the TODO list.

>
> * 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?

Yep.  Removed.

The current TODO list is always on our web site.  The distribution gets
updated as part of the start of beta, and the final release.


--
  Bruce Momjian                        |  maillist@candle.pha.pa.us
  830 Blythe Avenue                    |  http://www.op.net/~candle
  Drexel Hill, Pennsylvania 19026      |  (610) 353-9879(w)
  +  If your life is a hard drive,     |  (610) 853-3000(h)
  +  Christ can be your backup.        |

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Problem on TODO list
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] datetime questions and fix to dt.c