hello, Excuze me, If I want to add localization support in my language Except the messages in postgres, what parts, must be done in Glibc? and what parts must be done in postgres? LC_COLLATE,LC_CTYPE,LC_MONETARY,LC_NUMERIC,LC_TIME I found that the collation order must be done in glibc. What about Formatting of dates and times? Is it write that all of these must be done in glibc and therefore it will be abvailable in postgres?
Thanks. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend