Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7c0fecd

Browse files
committed
Add documentation cross-reference for JSON functions.
Thom Brown
1 parent f6ce81f commit 7c0fecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/datatype.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4185,7 +4185,8 @@ SET xmloption TO { DOCUMENT | CONTENT };
41854185
The <type>json</type> data type can be used to store JSON data. Such
41864186
data can also be stored as <type>text</type>, but the
41874187
<type>json</type> data type has the advantage of checking that each
4188-
stored value is a valid JSON value.
4188+
stored value is a valid JSON value. There are also related support
4189+
functions available; see <xref linkend="functions-json">.
41894190
</para>
41904191

41914192
<para>

0 commit comments

Comments
 (0)