Re: query optimizer questions

From: Allan Engelhardt <allane(at)cybaea(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: query optimizer questions
Date: 2001-07-05 20:20:14
Message-ID: 3B44CBFE.57031106@cybaea.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:

> Allan Engelhardt writes:
>
> > I find locale support in PostgreSQL confusing. The locale of the
> > current user at the time of initialising the database determines the
> > collating order (e.g. is 'a' < 'A'). This in turns affect things like
> > indexing (as described below).
>
> This is because if you were allowed to change this setting after the
> database initialization, your indexes would get corrupted. (Recall that
> (some) indexes are sorted, and the index scanning code relies on indexes
> being sorted a certain way.)

Yes, I understand WHY it is, I just wish it was documented somewhere obvious. But nevermind - that what these mailing lists are for!

Thanks, all.

Allan.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Holmes 2001-07-05 21:20:18 A PGLIB lo_export function for Win32
Previous Message Peter Eisentraut 2001-07-05 19:53:37 Re: OpenBSD Trusted Path Execution (TPE) compatibility?