Re: Latin vs non-Latin words in text search parsing

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Latin vs non-Latin words in text search parsing
Дата
Msg-id 7856AD6B-702B-4E39-9D97-54A06B46899C@seespotcode.net
обсуждение исходный текст
Ответ на Re: Latin vs non-Latin words in text search parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Latin vs non-Latin words in text search parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Oct 23, 2007, at 10:42 , Tom Lane wrote:

> apart_hword    Part of hyphenated word, all ASCII letters
> part_hword    Part of hyphenated word, all letters
> numpart_hword    Part of hyphenated word, mixed letters and digits

Is there a rationale for using these instead of hword_apart,  
hword_part and hword_numpart? I find the latter to be more readable  
as variable names. Or was your thought to be able to identify the  
content from the first part of the variable name?

Michael Glaesemann
grzm seespotcode net




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Latin vs non-Latin words in text search parsing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ts_rewrite aggregate API seems mighty ugly