Re: locale - Mailing list pgsql-hackers

From Tom Lane
Subject Re: locale
Date
Msg-id 26192.1081363353@sss.pgh.pa.us
Whole thread Raw
In response to Re: locale  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: locale  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-hackers
I said:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I was asking why we can't set it to a new static value when we create
>> the database.

> Because that would corrupt indexes on shared tables.  (It might be
> possible to finesse that, but it's not a no-brainer.)

And even more to the point, it would corrupt non-shared indexes
inherited from template1.  This could not be finessed --- AFAICS you'd
need to do the equivalent of a REINDEX in the new database to make it
work.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: locale
Next
From: Bruce Momjian
Date:
Subject: Re: locale