Doc: update section 9.13 for new function table layout.

This includes the usual amount of editorial cleanup, such as
correcting wrong or less-helpful-than-they-could-be examples.

I moved the two tsvector-updating triggers into "9.28 Trigger
Functions", which seems like a better home for them.  (I believe
that section didn't exist when this text was originally written.)
pull/54/head
Tom Lane 5 years ago
parent 395a9a1248
commit f8d3e2ab27
  1. 1523
      doc/src/sgml/func.sgml
  2. 7
      doc/src/sgml/textsearch.sgml

File diff suppressed because it is too large Load Diff

@ -1705,10 +1705,15 @@ SELECT numnode('foo & bar'::tsquery);
or only negated terms. For example:
<screen>
SELECT querytree(to_tsquery('!defined'));
SELECT querytree(to_tsquery('defined'));
querytree
-----------
'defin'
SELECT querytree(to_tsquery('!defined'));
querytree
-----------
T
</screen>
</para>
</listitem>

Loading…
Cancel
Save