Re: Explicit or implicit?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Explicit or implicit?
Дата
Msg-id 3468877.1637517048@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Explicit or implicit?  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Explicit or implicit?
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> "The @@ operator also supports text input, allowing explicit conversion of a
> text string to tsvector or tsquery to be skipped in simple cases."I believe
> that the text is saying implicit, but uses the word "explicit" instead. Is
> this a typo? Thanks.

I think it's intended.  The point is that instead of, say,

    tsvector_column @@ 'query here'::tsquery

you could just write

    tsvector_column @@ 'query here'

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Explicit or implicit?
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Explicit or implicit?