Re: PG12 Server on crash on creating FTS dictionary

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG12 Server on crash on creating FTS dictionary
Дата
Msg-id 2816065.1594735153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG12 Server on crash on creating FTS dictionary  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Ответы Re: PG12 Server on crash on creating FTS dictionary  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgsql-admin
Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> writes:
> I've encountered a server crash on creating FTS dictionary with below SQLs:

> CREATE TEXT SEARCH TEMPLATE public.ftstemp (
> INIT = varchar_support,
> LEXIZE = dispell_lexize
> );

This is just pilot error; varchar_support() is surely not a suitable
init function for a text search template.

(The reason this command is superuser-only is exactly that we have to
trust the user to specify a sane set of functions.)

            regards, tom lane



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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: PG12 Server on crash on creating FTS dictionary
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: PG12 Server on crash on creating FTS dictionary