Re: [HACKERS] ordinal decimal number
J. Roeleveld <j.roeleveld@softhome.net>
From: "J. Roeleveld" <j.roeleveld@softhome.net>
To: "Karel Zak - Zakkr" <zakkr@zf.jcu.cz>, "pgsql-hackers" <pgsql-hackers@postgreSQL.org>
Date: 2000-01-05T12:09:50Z
Lists: pgsql-hackers
> Hi, > > I add to the to_char() routine "ordinal-number" feature, but my > English is insufficient for this :-( (sorry) There are enough people that speak English, what we don't have enough of on this world are people that know what they can and can't do :) > I good know how is it for non-decimal numbers, but if number has > decimal part? > > Example: 2.6 --> 2.6th > or 2.6 --> 2.6nd It's: 2.6 --> 2.6th Joost Roeleveld