Commit 7c0fecda authored by Tom Lane's avatar Tom Lane

Add documentation cross-reference for JSON functions.

Thom Brown
parent f6ce81f5
...@@ -4185,7 +4185,8 @@ SET xmloption TO { DOCUMENT | CONTENT }; ...@@ -4185,7 +4185,8 @@ SET xmloption TO { DOCUMENT | CONTENT };
The <type>json</type> data type can be used to store JSON data. Such The <type>json</type> data type can be used to store JSON data. Such
data can also be stored as <type>text</type>, but the data can also be stored as <type>text</type>, but the
<type>json</type> data type has the advantage of checking that each <type>json</type> data type has the advantage of checking that each
stored value is a valid JSON value. stored value is a valid JSON value. There are also related support
functions available; see <xref linkend="functions-json">.
</para> </para>
<para> <para>
......
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