From 131b4d647388cb756e5aab1f1462c8b46125d89c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 15 May 2012 21:53:07 +0300 Subject: [PATCH] Make xrefs to tables instead of assuming they appear below --- doc/src/sgml/func.sgml | 6 +++--- 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 61e19b337c..59f5299f7f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9616,7 +9616,7 @@ table2-mapping - JSON functions + JSON Functions JSON @@ -9624,8 +9624,8 @@ table2-mapping - This section describes the functions that are available for creating - JSON (see ) data. + shows the functions that are available + for creating JSON (see ) data. diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index c5e9c2ee2d..ba2c57b687 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -2601,7 +2601,8 @@ GET STACKED DIAGNOSTICS variable = item< Each item 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 . +
Error diagnostics values @@ -2642,7 +2643,6 @@ GET STACKED DIAGNOSTICS variable = item<
- If the exception did not set a value for an item, an empty string -- 2.40.0