Re: [BUGS] Bug #659: lower()/upper() bug on - Mailing list pgsql-hackers

From Jean-Michel POURE
Subject Re: [BUGS] Bug #659: lower()/upper() bug on
Date
Msg-id 200205140835.12779.jm.poure@freesurf.fr
Whole thread Raw
In response to Re: [BUGS] Bug #659: lower()/upper() bug on  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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


pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: pg_dump DROP commands and implicit search paths
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: strange explain