Re: string_to_array eats too much memory?

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: string_to_array eats too much memory?
Дата
Msg-id 4551FDB4.6010101@sigaev.ru
обсуждение исходный текст
Ответ на Re: string_to_array eats too much memory?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers
> Is this documented somewhere? Also I noticed that tsearch2 treats ":"
> as a special character. Are there any special characters? If so where
> are they documented?

You can avoid confusions with special character by quoting:
# select '''wow:'''::tsvector; tsvector
---------- 'wow:'
(1 row)

':' is separator of lexeme and its position information
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: string_to_array eats too much memory?
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: string_to_array eats too much memory?