Re: Best way to use indexes for partial match at - Mailing list pgsql-general

From Tom Lane
Subject Re: Best way to use indexes for partial match at
Date
Msg-id 20233.1131731562@sss.pgh.pa.us
Whole thread Raw
In response to Re: Best way to use indexes for partial match at  ("Andrus" <eetasoft@online.ee>)
List pgsql-general
"Andrus" <eetasoft@online.ee> writes:
> Maybe there is some setting which I can use to inform Postgres that sorting
> order is strictly by single byte, not affected by byte sequences.

AFAIK, C/POSIX is the *only* commonly used locale in which that holds.
Do you have a counterexample?  (Hint: all the other ones use dictionary
sorting rules, which have at least a discrimination against spaces.)

            regards, tom lane

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: Best way to use indexes for partial match at
Next
From: "Carlos Oliva"
Date:
Subject: Re: Performance of autovacuum and full vacuum of database