Re: [BUGS] Bug #659: lower()/upper() bug on
От
Jean-Michel POURE
Тема
Re: [BUGS] Bug #659: lower()/upper() bug on
Дата
Msg-id
200205140835.12779.jm.poure@freesurf.fr
Ответ на
Re: [BUGS] Bug #659: lower()/upper() bug on (Tatsuo Ishii)
Список
Дерево обсуждения
Re: [BUGS] Bug #659: lower()/upper() bug on "Enke, Michael" <michael.enke@wincor-nixdorf.com>
Le Mardi 14 Mai 2002 03:29, Tatsuo Ishii a écrit : > For example, user > might want to have a table like this in a UTF-8 database: > > create table t1( > english text, -- English message > germany text, -- Germany message > japanese text -- Japanese message > ); Or just CREATE table t1( text_locale varchar, text_content text ); which is my case. Just my 2 cents. /Jean-Michel POURE
В списке pgsql-hackers по дате отправления