Re: Possible solution for LIKE optimization

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Possible solution for LIKE optimization
Дата
Msg-id 3B6F2AFE.6CB4903@tpf.co.jp
обсуждение исходный текст
Ответ на RE: Possible solution for LIKE optimization  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> 
> Hiroshi Inoue writes:
> 
> > I'm not familiar with non_ASCII locale.
> > Is 'ss'  always guaranteed to be LIKE 's%'  for example ?
> 
> Yes.  LIKE doesn't use any collation rules, since it doesn't do any
> collating.
> 

Hmm I see the description like the following in SQL99 though I
don't understand the meaning.

i) If <escape character> is not specified, then the collating  sequence used for the <like predicate> is determined by
Table3, ‘‘Collating sequence usage for comparisons’’, taking <character  match value> as comparand 1 (one) and
<characterpattern> as  comparand 2.
 

regards,
Hiroshi Inoue


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Notes about int8 sequences
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [GENERAL] user guide