Commit 131b4d64 authored by Peter Eisentraut's avatar Peter Eisentraut

Make xrefs to tables instead of assuming they appear below

parent 8afb026e
...@@ -9616,7 +9616,7 @@ table2-mapping ...@@ -9616,7 +9616,7 @@ table2-mapping
</sect1> </sect1>
<sect1 id="functions-json"> <sect1 id="functions-json">
<title>JSON functions</title> <title>JSON Functions</title>
<indexterm zone="datatype-json"> <indexterm zone="datatype-json">
<primary>JSON</primary> <primary>JSON</primary>
...@@ -9624,8 +9624,8 @@ table2-mapping ...@@ -9624,8 +9624,8 @@ table2-mapping
</indexterm> </indexterm>
<para> <para>
This section describes the functions that are available for creating <xref linkend="functions-json-table"> shows the functions that are available
JSON (see <xref linkend="datatype-json">) data. for creating JSON (see <xref linkend="datatype-json">) data.
</para> </para>
<table id="functions-json-table"> <table id="functions-json-table">
......
...@@ -2601,7 +2601,8 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item< ...@@ -2601,7 +2601,8 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item<
Each <replaceable>item</replaceable> is a key word identifying a status Each <replaceable>item</replaceable> is a key word identifying a status
value to be assigned to the specified variable (which should be value to be assigned to the specified variable (which should be
of the right data type to receive it). The currently available of the right data type to receive it). The currently available
status items are: status items are shown in <xref linkend="plpgsql-exception-diagnostics-values">.
</para>
<table id="plpgsql-exception-diagnostics-values"> <table id="plpgsql-exception-diagnostics-values">
<title>Error diagnostics values</title> <title>Error diagnostics values</title>
...@@ -2642,7 +2643,6 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item< ...@@ -2642,7 +2643,6 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item<
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
</para>
<para> <para>
If the exception did not set a value for an item, an empty string If the exception did not set a value for an item, an empty string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment