Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ce81f commit 7c0fecdCopy full SHA for 7c0fecd
doc/src/sgml/datatype.sgml
@@ -4185,7 +4185,8 @@ SET xmloption TO { DOCUMENT | CONTENT };
4185
The <type>json</type> data type can be used to store JSON data. Such
4186
data can also be stored as <type>text</type>, but the
4187
<type>json</type> data type has the advantage of checking that each
4188
- stored value is a valid JSON value.
+ stored value is a valid JSON value. There are also related support
4189
+ functions available; see <xref linkend="functions-json">.
4190
</para>
4191
4192
<para>
0 commit comments