</para></entry>
</row>
- <row>
- <entry role="func_table_entry"><para role="func_signature">
- <type>tsvector</type> <literal>@@@</literal> <type>tsquery</type>
- <returnvalue>boolean</returnvalue>
- </para>
- <para role="func_signature">
- <type>tsquery</type> <literal>@@@</literal> <type>tsvector</type>
- <returnvalue>boolean</returnvalue>
- </para>
- <para>
- This is a deprecated synonym for <literal>@@</literal>.
- </para>
- <para>
- <literal>to_tsvector('fat cats ate rats') @@@ to_tsquery('cat & rat')</literal>
- <returnvalue>t</returnvalue>
- </para></entry>
- </row>
-
<row>
<entry role="func_table_entry"><para role="func_signature">
<type>tsvector</type> <literal>||</literal> <type>tsvector</type>
<entry morerows="1" valign="middle"><literal>tsvector_ops</literal></entry>
<entry><literal>@@ (tsvector,tsquery)</literal></entry>
</row>
- <row>
- <entry><literal>@@@ (tsvector,tsquery)</literal></entry>
- </row>
</tbody>
</tgroup>
</table>