Re: to_char(FM9.9) bug fix
От | Bruce Momjian |
---|---|
Тема | Re: to_char(FM9.9) bug fix |
Дата | |
Msg-id | 200209200357.g8K3vAb11327@candle.pha.pa.us обсуждение исходный текст |
Ответ на | to_char(FM9.9) bug fix (Karel Zak <zakkr@zf.jcu.cz>) |
Список | pgsql-patches |
Patch applied. Thanks. TODO item marked as completed. --------------------------------------------------------------------------- Karel Zak wrote: > > The patch fix bug described in TODO: > > * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not > > NOTE! Please, first apply Neil's patch with to_char() code clean up. > > > Thanks > > Karel > > > test=# select to_char(0,'FM9.9'); > to_char > --------- > 0. > (1 row) > > test=# select to_char(1,'FM9.9'); > to_char > --------- > 1. > (1 row) > > -- > Karel Zak <zakkr@zf.jcu.cz> > http://home.zf.jcu.cz/~zakkr/ > > C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
В списке pgsql-patches по дате отправления: