diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-15 21:53:07 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-15 21:53:07 +0300 |
commit | 131b4d647388cb756e5aab1f1462c8b46125d89c (patch) | |
tree | 092588fda72191bcbe4fe49030f4385468f97f27 | |
parent | 8afb026e57e746b8748d01798c0940ba02aaedde (diff) | |
download | postgresql-131b4d647388cb756e5aab1f1462c8b46125d89c.tar.gz postgresql-131b4d647388cb756e5aab1f1462c8b46125d89c.zip |
Make xrefs to tables instead of assuming they appear below
-rw-r--r-- | doc/src/sgml/func.sgml | 6 | ||||
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 61e19b337c1..59f5299f7f1 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9616,7 +9616,7 @@ table2-mapping </sect1> <sect1 id="functions-json"> - <title>JSON functions</title> + <title>JSON Functions</title> <indexterm zone="datatype-json"> <primary>JSON</primary> @@ -9624,8 +9624,8 @@ table2-mapping </indexterm> <para> - This section describes the functions that are available for creating - JSON (see <xref linkend="datatype-json">) data. + <xref linkend="functions-json-table"> shows the functions that are available + for creating JSON (see <xref linkend="datatype-json">) data. </para> <table id="functions-json-table"> diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index c5e9c2ee2d1..ba2c57b6871 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -2601,7 +2601,8 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item< Each <replaceable>item</replaceable> is a key word identifying a status value to be assigned to the specified variable (which should be 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"> <title>Error diagnostics values</title> @@ -2642,7 +2643,6 @@ GET STACKED DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item< </tbody> </tgroup> </table> - </para> <para> If the exception did not set a value for an item, an empty string |