mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.)
This commit is contained in:
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:
|
or only negated terms. For example:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
|
SELECT querytree(to_tsquery('defined'));
|
||||||
|
querytree
|
||||||
|
-----------
|
||||||
|
'defin'
|
||||||
|
|
||||||
SELECT querytree(to_tsquery('!defined'));
|
SELECT querytree(to_tsquery('!defined'));
|
||||||
querytree
|
querytree
|
||||||
-----------
|
-----------
|
||||||
|
T
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user