Re: Explicit or implicit?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tristan(dot)chambers(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Explicit or implicit?
Date: 2021-11-21 17:50:48
Message-ID: 3468877.1637517048@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2021-11-22 03:37:55 Re: Explicit or implicit?
Previous Message PG Doc comments form 2021-11-20 16:12:25 Explicit or implicit?