From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
---|---|
To: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, michael(dot)enke(at)wincor-nixdorf(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Bug #659: lower()/upper() bug on |
Date: | 2002-05-14 06:35:12 |
Message-ID: | 200205140835.12779.jm.poure@freesurf.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2002-05-14 07:52:55 | Re: [HACKERS] Bug #659: lower()/upper() bug on |
Previous Message | Tatsuo Ishii | 2002-05-14 01:29:54 | Re: [HACKERS] Bug #659: lower()/upper() bug on |
From | Date | Subject | |
---|---|---|---|
Next Message | Zeugswetter Andreas SB SD | 2002-05-14 06:37:13 | Re: strange explain |
Previous Message | Oliver Elphick | 2002-05-14 06:29:53 | Re: pg_dump DROP commands and implicit search paths |