Re: [GENERAL] picking the correct locale when doing initdb

2006-03-17 Thread Martijn van Oosterhout
On Thu, Mar 16, 2006 at 09:21:56PM -0500, Greg Stark wrote: > In any case having actually implemented multilingual sites I can't imagine one > locale per table being useful at all. You always end up wanting per column, > even per array element locales. Exactly, in the SQL standard it's referred to

Re: [GENERAL] picking the correct locale when doing initdb

2006-03-16 Thread Greg Stark
"Tomi NA" <[EMAIL PROTECTED]> writes: > Here's an idea: let's make the locale a table-level setting, settable at > table creation time so that it's concievable to use postgresql to build, > say, a turist information site supporting english, german, spanish and > italian at the same time. Which l

Re: [GENERAL] picking the correct locale when doing initdb

2006-03-16 Thread Tomi NA
On 3/16/06, Harald Armin Massa <[EMAIL PROTECTED]> wrote: on bugs Magnus wrote:> It's a matter of picking the correct locale when you initdb your database.and he is PERFECTLY right. Getting the locale wrong while doing intidb can really screw up ones day. But: because of initdb being at the very