summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2019-06-05 20:08:50 +0000
committerPeter Eisentraut2019-06-05 20:08:50 +0000
commitb250898c76f3a04421656f1bd8c5c520de02046d (patch)
treeb4e5d9524edb8c12e0311f1c71a54068f7d1c26f
parente24a815c1c8550fcba5cc5aeb0d130db46570872 (diff)
doc: Add links to tables
Formal tables should generally have an xref in the text that points to them. Add them here.
-rw-r--r--doc/src/sgml/func.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index f0bf2cbc3d..8debb8cbbc 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -11811,6 +11811,13 @@ table2-mapping
<sect3 id="functions-sqljson-path-operators">
<title>SQL/JSON Path Operators and Methods</title>
+ <para>
+ <xref linkend="functions-sqljson-op-table"/> shows the operators and
+ methods available in <type>jsonpath</type>. <xref
+ linkend="functions-sqljson-filter-ex-table"/> shows the available filter
+ expression elements.
+ </para>
+
<table id="functions-sqljson-op-table">
<title><type>jsonpath</type> Operators and Methods</title>
<tgroup cols="5">