diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-06-05 22:08:50 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-06-05 22:08:50 +0200 |
commit | b250898c76f3a04421656f1bd8c5c520de02046d (patch) | |
tree | b4e5d9524edb8c12e0311f1c71a54068f7d1c26f | |
parent | e24a815c1c8550fcba5cc5aeb0d130db46570872 (diff) | |
download | postgresql-b250898c76f3a04421656f1bd8c5c520de02046d.tar.gz postgresql-b250898c76f3a04421656f1bd8c5c520de02046d.zip |
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.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f0bf2cbc3d7..8debb8cbbcc 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"> |