Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
131b4d64
Commit
131b4d64
authored
May 15, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make xrefs to tables instead of assuming they appear below
parent
8afb026e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+3
-3
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+2
-2
No files found.
doc/src/sgml/func.sgml
View file @
131b4d64
...
...
@@ -9616,7 +9616,7 @@ table2-mapping
</sect1>
<sect1
id=
"functions-json"
>
<title>
JSON
f
unctions
</title>
<title>
JSON
F
unctions
</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"
>
...
...
doc/src/sgml/plpgsql.sgml
View file @
131b4d64
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment